Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkszepp committed Jun 14, 2024
1 parent ae750bc commit dad9616
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@


## v3.0.0 (2024-06-14)

#### :boom: Breaking Change
* [#163](https://github.com/cibernox/ember-power-select-with-create/pull/163) Update `ember-power-select` to v8, switch to v2 addon & drop ember < 3.28 ([@mkszepp](https://github.com/mkszepp))

#### Committers: 1
- Markus Sanin ([@mkszepp](https://github.com/mkszepp))

## v2.0.0 (2023-09-06)

#### :boom: Breaking Change
Expand Down
2 changes: 1 addition & 1 deletion ember-power-select-with-create/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-power-select-with-create",
"version": "2.0.0",
"version": "3.0.0",
"description": "Ember Power Select addon that allows creation of items.",
"keywords": [
"ember-addon"
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,6 @@
"tokenRef": "GITHUB_AUTH"
},
"npm": false
}
},
"version": "3.0.0"
}

0 comments on commit dad9616

Please sign in to comment.