Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrand-ch committed May 2, 2021
1 parent 74076e3 commit b888213
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,34 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.0.0](https://github.com/bgrand-ch/nativescript-getters/compare/v0.2.0...v1.0.0) (2021-05-02)


### ⚠ BREAKING CHANGES

* All methods with a single parameter are removed.

* chore(release): 0.4.0

### New features

* add some optimizations ([#19](https://github.com/bgrand-ch/nativescript-getters/issues/19)) ([b5238b3](https://github.com/bgrand-ch/nativescript-getters/commit/b5238b3266026a657036d5392a9a415f2a0ba946))
* migrate to ns8 ([#5](https://github.com/bgrand-ch/nativescript-getters/issues/5)) ([ee6ef4e](https://github.com/bgrand-ch/nativescript-getters/commit/ee6ef4edf2a284527cebd98e50d83d479326c5e1))


### Bug fixes

* **ci:** copy readme ([#16](https://github.com/bgrand-ch/nativescript-getters/issues/16)) ([68cde2e](https://github.com/bgrand-ch/nativescript-getters/commit/68cde2edd45815ede17f709516eec8b3bb9f4a22))
* **ci:** include package lock to git ([#20](https://github.com/bgrand-ch/nativescript-getters/issues/20)) ([dd1936f](https://github.com/bgrand-ch/nativescript-getters/commit/dd1936fc5384819d817390181998c151d7e0e976))
* add nativescript core to peer dependencies ([#15](https://github.com/bgrand-ch/nativescript-getters/issues/15)) ([34ccad5](https://github.com/bgrand-ch/nativescript-getters/commit/34ccad5c940f5ea72f70c2d366f2f6121a6a08de))
* add nativescript platforms key to package json ([#8](https://github.com/bgrand-ch/nativescript-getters/issues/8)) ([d72df68](https://github.com/bgrand-ch/nativescript-getters/commit/d72df6896d0ad667a04fa9f9fc2feedf6a0c1149))
* various fixes ([#9](https://github.com/bgrand-ch/nativescript-getters/issues/9)) ([d4e3b22](https://github.com/bgrand-ch/nativescript-getters/commit/d4e3b225ce5e1a4fda2259b6f28a979a5847312c))


### Performance improvement

* minify and bundle dist result ([#22](https://github.com/bgrand-ch/nativescript-getters/issues/22)) ([74076e3](https://github.com/bgrand-ch/nativescript-getters/commit/74076e365823140854484531632d632ace997965))

## [0.4.0](https://github.com/bgrand-ch/nativescript-getters/compare/v0.2.0...v0.4.0) (2021-05-02)


Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nativescript-getters",
"version": "0.4.0",
"version": "1.0.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand Down

0 comments on commit b888213

Please sign in to comment.