Skip to content

Commit

Permalink
chore: release v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jvandenaardweg committed Nov 15, 2022
1 parent ca67dae commit be72859
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [1.0.5](https://github.com/jvandenaardweg/sort-by-property/compare/1.0.4...1.0.5)

- chore: remove unused dependencies [`43bfe3e`](https://github.com/jvandenaardweg/sort-by-property/commit/43bfe3ef134daf91c37398b3f52a8cc3a7c15312)
- fix: build after removed too many dev dependencies [`ca67dae`](https://github.com/jvandenaardweg/sort-by-property/commit/ca67dae73cffeab7b6d5200230d057814bf0a9ee)
- chore: update readme [`316494e`](https://github.com/jvandenaardweg/sort-by-property/commit/316494ef3fe31fde776c966acb77dbee5ef02f58)

#### [1.0.4](https://github.com/jvandenaardweg/sort-by-property/compare/1.0.3...1.0.4)

> 14 November 2022
- chore: use local github token to release [`c4fffb0`](https://github.com/jvandenaardweg/sort-by-property/commit/c4fffb0b5b19093843076ca6726b2d41d1efed01)
- chore: release v1.0.4 [`eaa589e`](https://github.com/jvandenaardweg/sort-by-property/commit/eaa589e3cd367ccb68c0bdbe07da1bce5369ac40)
- feat: export default sortByProperty [`5600b75`](https://github.com/jvandenaardweg/sort-by-property/commit/5600b75136d1b21f2aae4edb9bdccf2ce3f63c41)

#### [1.0.3](https://github.com/jvandenaardweg/sort-by-property/compare/1.0.2...1.0.3)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sort-by-property",
"version": "1.0.4",
"version": "1.0.5",
"description": "Type-safe array sorting method with support for deeply nested properties and Typescript autocompletion.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit be72859

Please sign in to comment.