Skip to content

Commit f55c7cf

Browse files
chore: release v1.1.0
1 parent ebdb01b commit f55c7cf

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d
44

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

7+
#### [1.1.0](https://github.com/jvandenaardweg/sort-by-property/compare/1.0.5...1.1.0)
8+
9+
- feat: support boolean values [`29c32c9`](https://github.com/jvandenaardweg/sort-by-property/commit/29c32c9dc822bb0b31e65900eedfc3a1f7dfe45c)
10+
- refactor: make PropertyPath type simpler [`ebdb01b`](https://github.com/jvandenaardweg/sort-by-property/commit/ebdb01bd419f4089ae5e8b220df25915a3cff625)
11+
712
#### [1.0.5](https://github.com/jvandenaardweg/sort-by-property/compare/1.0.4...1.0.5)
813

14+
> 15 November 2022
15+
916
- chore: remove unused dependencies [`43bfe3e`](https://github.com/jvandenaardweg/sort-by-property/commit/43bfe3ef134daf91c37398b3f52a8cc3a7c15312)
1017
- fix: build after removed too many dev dependencies [`ca67dae`](https://github.com/jvandenaardweg/sort-by-property/commit/ca67dae73cffeab7b6d5200230d057814bf0a9ee)
11-
- chore: update readme [`316494e`](https://github.com/jvandenaardweg/sort-by-property/commit/316494ef3fe31fde776c966acb77dbee5ef02f58)
18+
- chore: release v1.0.5 [`be72859`](https://github.com/jvandenaardweg/sort-by-property/commit/be72859734271db955d01ab5fcf704e681429412)
1219

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

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sort-by-property",
3-
"version": "1.0.5",
3+
"version": "1.1.0",
44
"description": "Type-safe array sorting method with support for deeply nested properties and Typescript autocompletion.",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)