Skip to content

Commit

Permalink
Release 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kategengler committed Sep 10, 2021
1 parent 686d07f commit 8c78e99
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## v4.1.0 (2021-09-10)

#### :rocket: Enhancement
* [#261](https://github.com/ember-cli/ember-welcome-page/pull/261) Updates to addon style ([@MelSumner](https://github.com/MelSumner))

#### :bug: Bug Fix
* [#376](https://github.com/ember-cli/ember-welcome-page/pull/376) Access properties with `this.` to avoid triggering deprecations ([@kategengler](https://github.com/kategengler))

#### :house: Internal
* [#375](https://github.com/ember-cli/ember-welcome-page/pull/375) Add configuration for github actions CI ([@kategengler](https://github.com/kategengler))
* [#264](https://github.com/ember-cli/ember-welcome-page/pull/264) Update test format, run ember-cli-update ([@rwwagner90](https://github.com/rwwagner90))

#### Committers: 8
- Curtis Ekstrom ([@clekstro](https://github.com/clekstro))
- Jeff Jewiss ([@jeffjewiss](https://github.com/jeffjewiss))
- Katie Gengler ([@kategengler](https://github.com/kategengler))
- Melanie Sumner ([@MelSumner](https://github.com/MelSumner))
- Ricardo Mendes ([@locks](https://github.com/locks))
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
- Robert Wagner ([@rwwagner90](https://github.com/rwwagner90))
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)


## v4.0.0 (2019-02-11)

#### :boom: Breaking Change
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-welcome-page",
"version": "4.0.0",
"version": "4.1.0",
"description": "Welcome page for Ember CLI applications",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 8c78e99

Please sign in to comment.