Skip to content

Commit

Permalink
chore: release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jvandenaardweg committed Nov 16, 2022
1 parent 1519a6b commit 3768f7c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,17 @@ 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.2.0](https://github.com/jvandenaardweg/sort-by-property/compare/1.1.0...1.2.0)

- feat: minify bundle and output to single file [`1519a6b`](https://github.com/jvandenaardweg/sort-by-property/commit/1519a6bf8d4206c776e9d824eab21370df800110)

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

> 16 November 2022
- feat: support boolean values [`29c32c9`](https://github.com/jvandenaardweg/sort-by-property/commit/29c32c9dc822bb0b31e65900eedfc3a1f7dfe45c)
- refactor: make PropertyPath type simpler [`ebdb01b`](https://github.com/jvandenaardweg/sort-by-property/commit/ebdb01bd419f4089ae5e8b220df25915a3cff625)
- chore: release v1.1.0 [`f55c7cf`](https://github.com/jvandenaardweg/sort-by-property/commit/f55c7cfb4f2a1726aa8f47364d41904368aaa472)

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

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.1.0",
"version": "1.2.0",
"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 3768f7c

Please sign in to comment.