Skip to content

Commit b888213

Browse files
committed
chore(release): 1.0.0
1 parent 74076e3 commit b888213

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,34 @@
22

33
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.
44

5+
## [1.0.0](https://github.com/bgrand-ch/nativescript-getters/compare/v0.2.0...v1.0.0) (2021-05-02)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* All methods with a single parameter are removed.
11+
12+
* chore(release): 0.4.0
13+
14+
### New features
15+
16+
* add some optimizations ([#19](https://github.com/bgrand-ch/nativescript-getters/issues/19)) ([b5238b3](https://github.com/bgrand-ch/nativescript-getters/commit/b5238b3266026a657036d5392a9a415f2a0ba946))
17+
* migrate to ns8 ([#5](https://github.com/bgrand-ch/nativescript-getters/issues/5)) ([ee6ef4e](https://github.com/bgrand-ch/nativescript-getters/commit/ee6ef4edf2a284527cebd98e50d83d479326c5e1))
18+
19+
20+
### Bug fixes
21+
22+
* **ci:** copy readme ([#16](https://github.com/bgrand-ch/nativescript-getters/issues/16)) ([68cde2e](https://github.com/bgrand-ch/nativescript-getters/commit/68cde2edd45815ede17f709516eec8b3bb9f4a22))
23+
* **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))
24+
* 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))
25+
* 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))
26+
* various fixes ([#9](https://github.com/bgrand-ch/nativescript-getters/issues/9)) ([d4e3b22](https://github.com/bgrand-ch/nativescript-getters/commit/d4e3b225ce5e1a4fda2259b6f28a979a5847312c))
27+
28+
29+
### Performance improvement
30+
31+
* 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))
32+
533
## [0.4.0](https://github.com/bgrand-ch/nativescript-getters/compare/v0.2.0...v0.4.0) (2021-05-02)
634

735

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-getters",
3-
"version": "0.4.0",
3+
"version": "1.0.0",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"scripts": {

0 commit comments

Comments
 (0)