Skip to content

Commit

Permalink
chore: release v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jvandenaardweg committed Nov 28, 2022
1 parent cca09b1 commit 28420d9
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,22 @@ 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.2](https://github.com/jvandenaardweg/sort-by-property/compare/1.2.1...1.2.2)

- chore(deps-dev): bump @swc/helpers from 0.4.12 to 0.4.14 [`#8`](https://github.com/jvandenaardweg/sort-by-property/pull/8)
- chore(deps-dev): bump @types/jest from 29.2.2 to 29.2.3 [`#7`](https://github.com/jvandenaardweg/sort-by-property/pull/7)
- chore(deps-dev): bump @swc/core from 1.3.16 to 1.3.19 [`#6`](https://github.com/jvandenaardweg/sort-by-property/pull/6)
- 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)
- 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)
- chore: upgrade dependencies [`cca09b1`](https://github.com/jvandenaardweg/sort-by-property/commit/cca09b19de40789bc0d8c00ce2343daece8eae0a)
- chore(deps-dev): bump lint-staged from 13.0.3 to 13.0.4 [`bd30e70`](https://github.com/jvandenaardweg/sort-by-property/commit/bd30e70c9583fe89215107b9ce52db77a5b06240)
- chore(deps-dev): bump eslint from 8.27.0 to 8.28.0 [`14fed7d`](https://github.com/jvandenaardweg/sort-by-property/commit/14fed7d8048ca5798e51e5b5a8016632b58e2fb5)

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

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

#### [1.2.0](https://github.com/jvandenaardweg/sort-by-property/compare/1.1.0...1.2.0)
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.1",
"version": "1.2.2",
"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 28420d9

Please sign in to comment.