Skip to content

Commit 28420d9

Browse files
chore: release v1.2.2
1 parent cca09b1 commit 28420d9

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,22 @@ 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.2](https://github.com/jvandenaardweg/sort-by-property/compare/1.2.1...1.2.2)
8+
9+
- chore(deps-dev): bump @swc/helpers from 0.4.12 to 0.4.14 [`#8`](https://github.com/jvandenaardweg/sort-by-property/pull/8)
10+
- chore(deps-dev): bump @types/jest from 29.2.2 to 29.2.3 [`#7`](https://github.com/jvandenaardweg/sort-by-property/pull/7)
11+
- chore(deps-dev): bump @swc/core from 1.3.16 to 1.3.19 [`#6`](https://github.com/jvandenaardweg/sort-by-property/pull/6)
12+
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.42.1 to 5.43.0 [`#5`](https://github.com/jvandenaardweg/sort-by-property/pull/5)
13+
- chore(deps-dev): bump @typescript-eslint/parser from 5.42.1 to 5.43.0 [`#4`](https://github.com/jvandenaardweg/sort-by-property/pull/4)
14+
- chore: upgrade dependencies [`cca09b1`](https://github.com/jvandenaardweg/sort-by-property/commit/cca09b19de40789bc0d8c00ce2343daece8eae0a)
15+
- chore(deps-dev): bump lint-staged from 13.0.3 to 13.0.4 [`bd30e70`](https://github.com/jvandenaardweg/sort-by-property/commit/bd30e70c9583fe89215107b9ce52db77a5b06240)
16+
- chore(deps-dev): bump eslint from 8.27.0 to 8.28.0 [`14fed7d`](https://github.com/jvandenaardweg/sort-by-property/commit/14fed7d8048ca5798e51e5b5a8016632b58e2fb5)
17+
718
#### [1.2.1](https://github.com/jvandenaardweg/sort-by-property/compare/1.2.0...1.2.1)
819

20+
> 16 November 2022
21+
22+
- chore: release v1.2.1 [`7a12be9`](https://github.com/jvandenaardweg/sort-by-property/commit/7a12be98851277dee3e5aa0b0c288a89a868b609)
923
- chore: exclude dist/utils from npm package [`2d2e24a`](https://github.com/jvandenaardweg/sort-by-property/commit/2d2e24ab3b225f144c34413cf673e91b292fd1ca)
1024

1125
#### [1.2.0](https://github.com/jvandenaardweg/sort-by-property/compare/1.1.0...1.2.0)

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.1",
3+
"version": "1.2.2",
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)