diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a1f847..0e4d6e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index d301484..3a2f015 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sort-by-property", - "version": "1.2.3", + "version": "1.2.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "sort-by-property", - "version": "1.2.3", + "version": "1.2.4", "license": "MIT", "devDependencies": { "@rollup/plugin-terser": "^0.2.0", diff --git a/package.json b/package.json index afc1c15..f4134b4 100644 --- a/package.json +++ b/package.json @@ -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",