Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simonihmig committed Aug 30, 2021
1 parent b7b306d commit 83c9c26
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,25 @@

## v0.3.0 (2021-08-30)

#### :boom: Breaking Change
* [#263](https://github.com/kaliber5/ember-stargate/pull/263) Update `tracked-maps-and-sets` to support Ember 4.0, drop support for Ember <3.24 ([@simonihmig](https://github.com/simonihmig))
* [#252](https://github.com/kaliber5/ember-stargate/pull/252) Drop node 10 support ([@simonihmig](https://github.com/simonihmig))
* [#251](https://github.com/kaliber5/ember-stargate/pull/251) Update to Ember 3.27, drop support for Ember <3.20 ([@simonihmig](https://github.com/simonihmig))

#### :rocket: Enhancement
* [#263](https://github.com/kaliber5/ember-stargate/pull/263) Update `tracked-maps-and-sets` to support Ember 4.0, drop support for Ember <3.24 ([@simonihmig](https://github.com/simonihmig))

#### :house: Internal
* [#264](https://github.com/kaliber5/ember-stargate/pull/264) Configure Renovate ([@renovate[bot]](https://github.com/apps/renovate))
* [#251](https://github.com/kaliber5/ember-stargate/pull/251) Update to Ember 3.27, drop support for Ember <3.20 ([@simonihmig](https://github.com/simonihmig))
* [#9](https://github.com/kaliber5/ember-stargate/pull/9) Removed the public version of the -portal service ([@cah-briangantzler](https://github.com/cah-briangantzler))

#### Committers: 4
- Alex Kanunnikov ([@lifeart](https://github.com/lifeart))
- Brian Gantzler ([@cah-briangantzler](https://github.com/cah-briangantzler))
- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)

## v0.2.0 (2020-06-19)

#### :boom: Breaking Change
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ember-stargate",
"version": "0.2.0",
"version": "0.3.0",
"description": "Modern lightweight portals for Ember",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 83c9c26

Please sign in to comment.