Skip to content

Commit

Permalink
chore: release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jvandenaardweg committed Nov 8, 2022
1 parent 1e8c726 commit dfe2d4e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,18 @@ 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).

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

- feat: handle null and undefined values correctly without erroring [`1e8c726`](https://github.com/jvandenaardweg/sort-by-property/commit/1e8c7268243adfafec4d45d0b48beb70583f194e)
- chore: update packages and scripts [`48ba614`](https://github.com/jvandenaardweg/sort-by-property/commit/48ba6144a19f32563e5100c3dfc4b7130e09f044)
- feat: correctly sort strings disguised as a number [`9438046`](https://github.com/jvandenaardweg/sort-by-property/commit/94380463b7d7b6f4bbf46774d938bf04881958d5)

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

> 8 November 2022
- chore: remove conventional changelog [`a8015da`](https://github.com/jvandenaardweg/sort-by-property/commit/a8015da16539bb7f449805415f90e28235beaefe)
- chore: release v0.2.4 [`f9449e5`](https://github.com/jvandenaardweg/sort-by-property/commit/f9449e5d302c203e1e11d1dd7a2ad094696c768e)

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

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": "0.2.4",
"version": "0.3.0",
"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 dfe2d4e

Please sign in to comment.