Skip to content

Commit

Permalink
Release 8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkszepp committed Mar 18, 2024
1 parent 52a232d commit 73357df
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
13 changes: 10 additions & 3 deletions ember-power-select/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@


## v8.1.0 (2024-03-18)

#### :rocket: Enhancement
* [#1746](https://github.com/cibernox/ember-power-select/pull/1746) Type improvements ([@bendemboski](https://github.com/bendemboski))
* [#1743](https://github.com/cibernox/ember-power-select/pull/1743) Migrate test helpers to TypeScript ([@andreyfel](https://github.com/andreyfel))

#### :house: Internal
* [#1744](https://github.com/cibernox/ember-power-select/pull/1744) Remove NodeJs info (not necessary for v2 addon) ([@mkszepp](https://github.com/mkszepp))




#### Committers: 3
- Andrey Fel ([@andreyfel](https://github.com/andreyfel))
- Ben Demboski ([@bendemboski](https://github.com/bendemboski))
- [@mkszepp](https://github.com/mkszepp)

## v8.0.2 (2024-03-13)

Expand Down
2 changes: 1 addition & 1 deletion ember-power-select/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-power-select",
"version": "8.0.2",
"version": "8.1.0",
"description": "The extensible select component built for ember",
"keywords": [
"ember-addon"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@
},
"npm": false
},
"version": "8.0.2"
"version": "8.1.0"
}

0 comments on commit 73357df

Please sign in to comment.