Skip to content

Commit

Permalink
chore(release): 6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
knownasilya committed Oct 6, 2020
1 parent 48a5fa5 commit 653c541
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [6.0.1](https://github.com/adopted-ember-addons/ember-page-title/compare/v6.0.0...v6.0.1) (2020-10-06)


### Bug Fixes

* Do not remove existing title elements, assert instead ([#185](https://github.com/adopted-ember-addons/ember-page-title/issues/185)) ([d4ea9bb](https://github.com/adopted-ember-addons/ember-page-title/commit/d4ea9bb8174c2ac8a9ece9031553e143dd10b661))
* Use assign() from @ember/polyfills for IE11 ([#183](https://github.com/adopted-ember-addons/ember-page-title/issues/183)) ([48a5fa5](https://github.com/adopted-ember-addons/ember-page-title/commit/48a5fa5b1c4c348948e9bb2235876fd9b1ecb0cb))

## [6.0.0](https://github.com/adopted-ember-addons/ember-page-title/compare/v5.2.4...v6.0.0) (2020-10-06)

### ⚠ BREAKING CHANGES
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-page-title",
"version": "6.0.0",
"version": "6.0.1",
"description": "Page Titles for Ember applications",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 653c541

Please sign in to comment.