diff --git a/CHANGELOG.md b/CHANGELOG.md index 82681a5..cc73442 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,15 @@ 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.1.0] +### [0.1.0](https://github.com/thenaim/ion-tk-social-network/compare/v0.0.1...v0.1.0) (2020-07-04) ### Features -- **app:** add native camera preview +- **app:** native camera preview +- **music:** music page with playlists ### Bug Fixes + +- **build:** removed unused imports and change tscinfig.app file +- **logo:** changed logo +- **music:** moved music-player modal to app module \ No newline at end of file diff --git a/package.json b/package.json index d299200..16f2be3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ion-tk-social-network", - "version": "0.0.1", + "version": "0.1.0", "description": "Ionic social network starter", "scripts": { "ng": "ng",