Skip to content

Commit

Permalink
chore(release): 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrand-ch committed Apr 16, 2021
1 parent 84107c2 commit b83c680
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
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.2.0",
"version": "0.3.0",
"main": "getters",
"typings": "index.d.ts",
"types": "index.d.ts",
Expand Down

0 comments on commit b83c680

Please sign in to comment.