Skip to content

Commit

Permalink
chore: release v1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jvandenaardweg committed Dec 16, 2022
1 parent 9181f17 commit 18af968
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,16 +4,24 @@ 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.3](https://github.com/jvandenaardweg/sort-by-property/compare/1.2.2...1.2.3)

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

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

> 28 November 2022
- 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: release v1.2.2 [`28420d9`](https://github.com/jvandenaardweg/sort-by-property/commit/28420d902e597e53aff948fc3b1beda58b339ebf)
- 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)

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.2",
"version": "1.2.3",
"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 18af968

Please sign in to comment.