Skip to content

Commit

Permalink
chore: release v1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jvandenaardweg committed Jan 2, 2023
1 parent 6dc345f commit e971be5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,19 @@ 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.4](https://github.com/jvandenaardweg/sort-by-property/compare/1.2.3...1.2.4)

- 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)

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

> 16 December 2022
- chore(deps-dev): bump @typescript-eslint/eslint-plugin [`1abadf5`](https://github.com/jvandenaardweg/sort-by-property/commit/1abadf5aaadc019eb4e1db469d0a55420367450c)
- chore(deps-dev): bump @typescript-eslint/eslint-plugin [`01480d1`](https://github.com/jvandenaardweg/sort-by-property/commit/01480d1f8df2c80d23620cbb3c16f872314833a2)
- chore(deps-dev): bump @typescript-eslint/parser from 5.45.0 to 5.46.0 [`19855f1`](https://github.com/jvandenaardweg/sort-by-property/commit/19855f1f415095540e9a23df1406008c89121916)
- chore(deps-dev): bump release-it from 15.5.0 to 15.5.1 [`397dd9f`](https://github.com/jvandenaardweg/sort-by-property/commit/397dd9f52a5c0f2b94498483cc306d3a21107d03)

#### [1.2.2](https://github.com/jvandenaardweg/sort-by-property/compare/1.2.1...1.2.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.2.3",
"version": "1.2.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 e971be5

Please sign in to comment.