From b83c68061d8d6f699cdfd0d9c0f954d2e40f93c5 Mon Sep 17 00:00:00 2001 From: Benjamin Grand <17108974+bgrand-ch@users.noreply.github.com> Date: Fri, 16 Apr 2021 13:33:56 +0200 Subject: [PATCH] chore(release): 0.3.0 --- CHANGELOG.md | 17 +++++++++++++++++ src/package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f853ddd --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog + +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. + +## [0.3.0](https://github.com/bgrand-ch/nativescript-getters/compare/v0.2.0...v0.3.0) (2021-04-16) + + +### Features + +* add commit and versioning utils ([0f5d811](https://github.com/bgrand-ch/nativescript-getters/commit/0f5d811095d6b1d641132ae5a8285ffd00851ad0)) + + +### Bug Fixes + +* add bump file path ([84107c2](https://github.com/bgrand-ch/nativescript-getters/commit/84107c246531e0a0f3e6260df8ccc49103c9e569)) +* add gitignore and update readme ([c9a576e](https://github.com/bgrand-ch/nativescript-getters/commit/c9a576ea9fa5726e32c251c87ce0efd0c3877c74)) +* remove TabNavigationBase ([81f61d9](https://github.com/bgrand-ch/nativescript-getters/commit/81f61d99d67698f3ca867a894df86d0d48beb1fa)) diff --git a/src/package.json b/src/package.json index 4004841..5bf297e 100755 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "nativescript-getters", - "version": "0.2.0", + "version": "0.3.0", "main": "getters", "typings": "index.d.ts", "types": "index.d.ts",