diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..55b456c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +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. + + +## [1.1.1](https://github.com/apertureless/vue-parallax/compare/v1.1.0...v1.1.1) (2018-02-02) + + +### Bug Fixes + +* **parallax:** Add directionValue ([9c9056b](https://github.com/apertureless/vue-parallax/commit/9c9056b)) diff --git a/package.json b/package.json index 43e1e95..2b8fa88 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-parallaxy", - "version": "1.1.0", + "version": "1.1.1", "description": "Vue 2 component for parallax scrolling effects", "author": "Jakub Juszczak ", "license": "MIT",