Skip to content

Commit

Permalink
chore: release v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jvandenaardweg committed Nov 16, 2022
1 parent 2d2e24a commit 7a12be9
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,9 +4,16 @@ 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.1](https://github.com/jvandenaardweg/sort-by-property/compare/1.2.0...1.2.1)

- chore: exclude dist/utils from npm package [`2d2e24a`](https://github.com/jvandenaardweg/sort-by-property/commit/2d2e24ab3b225f144c34413cf673e91b292fd1ca)

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

> 16 November 2022
- feat: minify bundle and output to single file [`1519a6b`](https://github.com/jvandenaardweg/sort-by-property/commit/1519a6bf8d4206c776e9d824eab21370df800110)
- chore: release v1.2.0 [`3768f7c`](https://github.com/jvandenaardweg/sort-by-property/commit/3768f7cd9a9b1af385eb55a9b861d0bb60fde410)

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

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.2.0",
"version": "1.2.1",
"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 7a12be9

Please sign in to comment.