Skip to content

Commit e971be5

Browse files
chore: release v1.2.4
1 parent 6dc345f commit e971be5

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,19 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [1.2.4](https://github.com/jvandenaardweg/sort-by-property/compare/1.2.3...1.2.4)
8+
9+
- chore(deps-dev): bump @typescript-eslint/eslint-plugin [`f117a48`](https://github.com/jvandenaardweg/sort-by-property/commit/f117a4893d11d62031b41d776d9d9c7254a426cb)
10+
- chore(deps-dev): bump @typescript-eslint/eslint-plugin [`1af35ff`](https://github.com/jvandenaardweg/sort-by-property/commit/1af35ffc9909722b59677ac9a8369debd533152c)
11+
- chore(deps-dev): bump @swc/core from 1.3.21 to 1.3.24 [`79ff209`](https://github.com/jvandenaardweg/sort-by-property/commit/79ff20913ae998f677736ce8d196b602b7b278fe)
12+
713
#### [1.2.3](https://github.com/jvandenaardweg/sort-by-property/compare/1.2.2...1.2.3)
814

15+
> 16 December 2022
16+
917
- chore(deps-dev): bump @typescript-eslint/eslint-plugin [`1abadf5`](https://github.com/jvandenaardweg/sort-by-property/commit/1abadf5aaadc019eb4e1db469d0a55420367450c)
1018
- chore(deps-dev): bump @typescript-eslint/eslint-plugin [`01480d1`](https://github.com/jvandenaardweg/sort-by-property/commit/01480d1f8df2c80d23620cbb3c16f872314833a2)
11-
- 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)
19+
- chore(deps-dev): bump release-it from 15.5.0 to 15.5.1 [`397dd9f`](https://github.com/jvandenaardweg/sort-by-property/commit/397dd9f52a5c0f2b94498483cc306d3a21107d03)
1220

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

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sort-by-property",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"description": "Type-safe array sorting method with support for deeply nested properties and Typescript autocompletion.",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)