diff --git a/CHANGELOG.md b/CHANGELOG.md index d3969e71..02934d64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ 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.2.0-rc.10](https://github.com/SAP/fundamental-vue/compare/v0.2.0-rc.9...v0.2.0-rc.10) (2019-04-04) + + +### Bug Fixes + +* Fixes typescript version and related warnings ([e2d6e02](https://github.com/SAP/fundamental-vue/commit/e2d6e02)) + + +### Features + +* Automatic Installation via script-tag ([7f3dfcb](https://github.com/SAP/fundamental-vue/commit/7f3dfcb)), closes [#183](https://github.com/SAP/fundamental-vue/issues/183) + + + # [0.2.0-rc.9](https://github.com/SAP/fundamental-vue/compare/v0.2.0-rc.8...v0.2.0-rc.9) (2019-04-02) diff --git a/package.json b/package.json index 83c37749..5a42dac4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fundamental-vue", - "version": "0.2.0-rc.9", + "version": "0.2.0-rc.10", "scripts": { "bootstrap": "yarn install && yarn --cwd build install && yarn --cwd ui install && yarn --cwd docs install && yarn --cwd server install", "serve": "concurrently --kill-others --names \"dev-server,ui,docs\" -c \"blue, red,green\" \"node server\" \"yarn build:ui:dev --watch\" \"cd docs && yarn serve\"",