This commit is contained in:
Jess Telford 2016-11-05 13:58:53 +11:00
parent 44e3665c99
commit 2dbe80d4d9
2 changed files with 5 additions and 2 deletions

View file

@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased][]
## [1.3.2][] - 2016-11-05
### Added
- This changelog
@ -56,7 +58,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Click & Drag component for A-Frame.
[Unreleased]: https://github.com/jesstelford/aframe-click-drag-component/compare/v1.3.1...HEAD
[Unreleased]: https://github.com/jesstelford/aframe-click-drag-component/compare/v1.3.2...HEAD
[1.3.2]: https://github.com/jesstelford/aframe-click-drag-component/compare/v1.3.1...v1.3.2
[1.3.1]: https://github.com/jesstelford/aframe-click-drag-component/compare/v1.3.0...v1.3.1
[1.3.0]: https://github.com/jesstelford/aframe-click-drag-component/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/jesstelford/aframe-click-drag-component/compare/v1.1.1...v1.2.0

View file

@ -1,6 +1,6 @@
{
"name": "aframe-click-drag-component",
"version": "1.3.1",
"version": "1.3.2",
"description": "Click & Drag component for A-Frame.",
"main": "lib/index.js",
"scripts": {