Skip to content

Commit

Permalink
chore: release v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jvandenaardweg committed Nov 14, 2022
1 parent c4fffb0 commit eaa589e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +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.4](https://github.com/jvandenaardweg/sort-by-property/compare/1.0.3...1.0.4)

- chore: use local github token to release [`c4fffb0`](https://github.com/jvandenaardweg/sort-by-property/commit/c4fffb0b5b19093843076ca6726b2d41d1efed01)
- 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)

> 14 November 2022
- chore: release v1.0.3 [`ed07b37`](https://github.com/jvandenaardweg/sort-by-property/commit/ed07b3718737e6a162abf4ccb56f0fd82adc0cf0)
- 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)

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.3",
"version": "1.0.4",
"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 eaa589e

Please sign in to comment.