Skip to content

Commit

Permalink
chore: release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jvandenaardweg committed Nov 14, 2022
1 parent e41e1da commit 55e33d5
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,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.0.0](https://github.com/jvandenaardweg/sort-by-property/compare/0.6.0...1.0.0)

- test: better structure tests [`4542c27`](https://github.com/jvandenaardweg/sort-by-property/commit/4542c277a3511c5f9c3309c5cb6418944114c222)
- chore: update readme on performance [`da3d3e6`](https://github.com/jvandenaardweg/sort-by-property/commit/da3d3e60dfd5b5aaa5ae64b80ee5a24bbb228da1)
- test: use toStrictEqual to also allow type checking undefined values [`82a1401`](https://github.com/jvandenaardweg/sort-by-property/commit/82a1401d0801453a3a2b990186b5f5b08c09c302)

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

> 11 November 2022
- feat: added support for sorting symbols [`ded98a9`](https://github.com/jvandenaardweg/sort-by-property/commit/ded98a97d1e4bfdf556a2fb46b9d0b4e990a3a85)
- chore: release v0.6.0 [`4f7ac07`](https://github.com/jvandenaardweg/sort-by-property/commit/4f7ac0782409964f59bf0c8a09980e9aca676600)
- refactor: use method to get property values from names [`b91469c`](https://github.com/jvandenaardweg/sort-by-property/commit/b91469c2a01296ae68cf8c40ae33dd383145498b)
- refactor: use stricter function return types [`41f7e63`](https://github.com/jvandenaardweg/sort-by-property/commit/41f7e639443fc66f4b6fdcd4558f9068740b616e)

#### [0.5.1](https://github.com/jvandenaardweg/sort-by-property/compare/0.5.0...0.5.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": "0.6.0",
"version": "1.0.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 55e33d5

Please sign in to comment.