Skip to content

Commit b83c680

Browse files
committed
chore(release): 0.3.0
1 parent 84107c2 commit b83c680

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Changelog
2+
3+
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.
4+
5+
## [0.3.0](https://github.com/bgrand-ch/nativescript-getters/compare/v0.2.0...v0.3.0) (2021-04-16)
6+
7+
8+
### Features
9+
10+
* add commit and versioning utils ([0f5d811](https://github.com/bgrand-ch/nativescript-getters/commit/0f5d811095d6b1d641132ae5a8285ffd00851ad0))
11+
12+
13+
### Bug Fixes
14+
15+
* add bump file path ([84107c2](https://github.com/bgrand-ch/nativescript-getters/commit/84107c246531e0a0f3e6260df8ccc49103c9e569))
16+
* add gitignore and update readme ([c9a576e](https://github.com/bgrand-ch/nativescript-getters/commit/c9a576ea9fa5726e32c251c87ce0efd0c3877c74))
17+
* remove TabNavigationBase ([81f61d9](https://github.com/bgrand-ch/nativescript-getters/commit/81f61d99d67698f3ca867a894df86d0d48beb1fa))

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.2.0",
3+
"version": "0.3.0",
44
"main": "getters",
55
"typings": "index.d.ts",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)