Skip to content

Commit ba98c07

Browse files
committed
Release 3.0.0
1 parent b424e72 commit ba98c07

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## v3.0.0 (2020-09-24)
2+
3+
#### :boom: Breaking Change
4+
* [#113](https://github.com/kaliber5/ember-bootstrap-power-select/pull/113) Update support for ember-bootstrap v4 and ember-power-select v4, drop support for older versions ([@simonihmig](https://github.com/simonihmig))
5+
* [#103](https://github.com/kaliber5/ember-bootstrap-power-select/pull/103) Drop support for Ember < 3.16 ([@simonihmig](https://github.com/simonihmig))
6+
* [#101](https://github.com/kaliber5/ember-bootstrap-power-select/pull/101) Drop support for node 8 ([@simonihmig](https://github.com/simonihmig))
7+
8+
#### :rocket: Enhancement
9+
* [#113](https://github.com/kaliber5/ember-bootstrap-power-select/pull/113) Update support for ember-bootstrap v4 and ember-power-select v4, drop support for older versions ([@simonihmig](https://github.com/simonihmig))
10+
11+
#### :house: Internal
12+
* [#109](https://github.com/kaliber5/ember-bootstrap-power-select/pull/109) Setup release-it ([@simonihmig](https://github.com/simonihmig))
13+
* [#105](https://github.com/kaliber5/ember-bootstrap-power-select/pull/105) Setup dependabot ([@simonihmig](https://github.com/simonihmig))
14+
* [#104](https://github.com/kaliber5/ember-bootstrap-power-select/pull/104) Move CI to Github Actions ([@simonihmig](https://github.com/simonihmig))
15+
* [#100](https://github.com/kaliber5/ember-bootstrap-power-select/pull/100) Update to Ember 3.21, fix linting ([@simonihmig](https://github.com/simonihmig))
16+
17+
#### Committers: 3
18+
- Jeldrik Hanschke ([@jelhan](https://github.com/jelhan))
19+
- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))
20+
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
21+
122
## 2.0.0 (2019-09-16)
223

324
#### Features

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-bootstrap-power-select",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "Integrate ember-power-select into your ember-bootstrap forms",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)