From 0801a5617a1cc6ed0146e7b81c828df93ae8be00 Mon Sep 17 00:00:00 2001 From: Jess Telford Date: Sat, 5 Nov 2016 15:57:33 +1100 Subject: [PATCH] 2.0.0 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef96baf..6ee030a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased][] +## [2.0.0][] - 2016-11-05 + ### Added - Support click and drag for children of entities and the camera @@ -72,7 +74,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.3...HEAD +[Unreleased]: https://github.com/jesstelford/aframe-click-drag-component/compare/v2.0.0...HEAD +[2.0.0]: https://github.com/jesstelford/aframe-click-drag-component/compare/v1.3.3...v2.0.0 [1.3.3]: https://github.com/jesstelford/aframe-click-drag-component/compare/v1.3.2...v1.3.3 [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 diff --git a/package.json b/package.json index 86949f2..52779b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aframe-click-drag-component", - "version": "1.3.3", + "version": "2.0.0", "description": "Click & Drag component for A-Frame.", "main": "lib/index.js", "scripts": {