diff --git a/CHANGELOG.md b/CHANGELOG.md index 825c32f..b0ce041 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,17 @@ + +## v0.2.0 (2022-04-29) + +#### :bug: Bug Fix +* [#24](https://github.com/simplabs/ember-hotspots/pull/24) Ensure hostspots are loaded from the right URL ([@pichfl](https://github.com/pichfl)) + +#### :house: Internal +* [#23](https://github.com/simplabs/ember-hotspots/pull/23) Remove duplicated `ember-fetch` dependency ([@pichfl](https://github.com/pichfl)) +* [#17](https://github.com/simplabs/ember-hotspots/pull/17) Update addon blueprint and dependencies ([@pichfl](https://github.com/pichfl)) +* [#11](https://github.com/simplabs/ember-hotspots/pull/11) Setup Renovatebot ([@pichfl](https://github.com/pichfl)) +* [#10](https://github.com/simplabs/ember-hotspots/pull/10) Replace Yarn with pnpm ([@pichfl](https://github.com/pichfl)) +* [#6](https://github.com/simplabs/ember-hotspots/pull/6) Testing CI setup ([@pichfl](https://github.com/pichfl)) + +#### Committers: 1 +- Florian Pichler ([@pichfl](https://github.com/pichfl)) + # Changelog diff --git a/package.json b/package.json index b97fd2f..142e01f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-hotspots", - "version": "0.1.0", + "version": "0.2.0", "description": "Create interactive prototypes from scratch and design mockups using little code but the full power of the Ember.js ecosystem.", "keywords": [ "ember-addon"