Skip to content

Commit

Permalink
chore: release v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jvandenaardweg committed Nov 14, 2022
1 parent 11e5acc commit ed07b37
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,8 +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.0.3](https://github.com/jvandenaardweg/sort-by-property/compare/1.0.2...1.0.3)

- fix: now really fixing module exports [`11e5acc`](https://github.com/jvandenaardweg/sort-by-property/commit/11e5accaac0858a75b3cd5b4443f356373af6b05)
- chore(deps-dev): bump @swc/core from 1.3.14 to 1.3.16 [`93ebec1`](https://github.com/jvandenaardweg/sort-by-property/commit/93ebec1be071237bff49940662296d84ad1d9318)
- chore(deps-dev): bump jest from 29.3.0 to 29.3.1 [`ccc7776`](https://github.com/jvandenaardweg/sort-by-property/commit/ccc7776017127287aa402eafd1ca59fbbc47c215)

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

> 14 November 2022
- chore: release v1.0.2 [`43b4852`](https://github.com/jvandenaardweg/sort-by-property/commit/43b4852b1ad6d4c96c540deb8cadc07a3782c47e)
- fix: bundle export [`b374da3`](https://github.com/jvandenaardweg/sort-by-property/commit/b374da3bbbe906dbdaf8d4a17103c8f0690df9c7)

#### [1.0.1](https://github.com/jvandenaardweg/sort-by-property/compare/1.0.0...1.0.1)
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.2",
"version": "1.0.3",
"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 ed07b37

Please sign in to comment.