Skip to content

Commit

Permalink
chore: release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jvandenaardweg committed Apr 18, 2023
1 parent ecc1a03 commit e67269a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +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.3.0](https://github.com/jvandenaardweg/sort-by-property/compare/1.2.4...1.3.0)

- chore(deps-dev): bump jest and @types/jest [`4c2fdae`](https://github.com/jvandenaardweg/sort-by-property/commit/4c2fdae23cb18a08fc6efbb78a79ce7158e90780)
- chore(deps-dev): bump jest from 29.4.1 to 29.4.3 [`a2f51c4`](https://github.com/jvandenaardweg/sort-by-property/commit/a2f51c46427a39408f402a433dbf5dad0b525ba7)
- chore(deps-dev): bump release-it from 15.6.1 to 15.10.1 [`ecc1a03`](https://github.com/jvandenaardweg/sort-by-property/commit/ecc1a036553deebeb4794afcf8928353fadbf9d5)

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

> 2 January 2023
- chore(deps-dev): bump @typescript-eslint/eslint-plugin [`f117a48`](https://github.com/jvandenaardweg/sort-by-property/commit/f117a4893d11d62031b41d776d9d9c7254a426cb)
- chore(deps-dev): bump @typescript-eslint/eslint-plugin [`1af35ff`](https://github.com/jvandenaardweg/sort-by-property/commit/1af35ffc9909722b59677ac9a8369debd533152c)
- chore(deps-dev): bump @swc/core from 1.3.21 to 1.3.24 [`79ff209`](https://github.com/jvandenaardweg/sort-by-property/commit/79ff20913ae998f677736ce8d196b602b7b278fe)
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.4",
"version": "1.3.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 e67269a

Please sign in to comment.