Skip to content

Commit

Permalink
chore(release): 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
knownasilya committed Jul 17, 2019
1 parent 457b812 commit 507f38c
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

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.

<a name="6.0.0"></a>
# [6.0.0](https://github.com/knownasilya/ember-toggle/compare/v5.3.3...v6.0.0) (2019-07-17)


### Bug Fixes

* audit ([ad606dd](https://github.com/knownasilya/ember-toggle/commit/ad606dd))
* more this in templates ([457b812](https://github.com/knownasilya/ember-toggle/commit/457b812))
* update to latest ember version via ember-cli-update ([82d2cdf](https://github.com/knownasilya/ember-toggle/commit/82d2cdf))
* use this in x-toggle template ([1298ddd](https://github.com/knownasilya/ember-toggle/commit/1298ddd))


### BREAKING CHANGES

* no longer include 2.18 in build matrix, although it might still work.



<a name="5.3.3"></a>
## [5.3.3](https://github.com/knownasilya/ember-toggle/compare/v5.3.2...v5.3.3) (2019-07-05)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-toggle",
"version": "5.3.3",
"version": "6.0.0",
"description": "Checkbox based toggle switch component for Ember.js",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 507f38c

Please sign in to comment.