Skip to content

Commit

Permalink
chore(release): 4.0.0
Browse files Browse the repository at this point in the history
# [4.0.0](v3.0.2...v4.0.0) (2021-08-03)

* chore!: drop node 10 support (#746) ([e2e8e58](e2e8e58)), closes [#746](#746)

### Features

* **switcher:** add active component option ([39c2e36](39c2e36))

### BREAKING CHANGES

* Dropping support for node 10 as it's reached EOL.

Co-authored-by: Akanksh Saxena <[email protected]>
  • Loading branch information
semantic-release-bot and Akanksh Saxena committed Aug 3, 2021
1 parent e2e8e58 commit 2e91412
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [4.0.0](https://github.com/adfinis-sygroup/ember-uikit/compare/v3.0.2...v4.0.0) (2021-08-03)


* chore!: drop node 10 support (#746) ([e2e8e58](https://github.com/adfinis-sygroup/ember-uikit/commit/e2e8e5858fb69e1c217cc83ae3285c69020d56e5)), closes [#746](https://github.com/adfinis-sygroup/ember-uikit/issues/746)


### Features

* **switcher:** add active component option ([39c2e36](https://github.com/adfinis-sygroup/ember-uikit/commit/39c2e3682e9189f1c44452b5f1271816ee11359f))


### BREAKING CHANGES

* Dropping support for node 10 as it's reached EOL.

Co-authored-by: Akanksh Saxena <[email protected]>

## [3.0.2](https://github.com/adfinis-sygroup/ember-uikit/compare/v3.0.1...v3.0.2) (2021-03-24)


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-uikit",
"version": "3.0.2",
"version": "4.0.0",
"description": "The ember implementation of UIkit",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 2e91412

Please sign in to comment.