Skip to content

Commit

Permalink
Release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
herzzanu committed May 12, 2023
1 parent fe0d045 commit f15fcbc
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 12 deletions.
31 changes: 22 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## v3.1.0 (2023-05-12)

## v3.1.0-beta.1 (2023-05-11)

- [#454](https://github.com/adopted-ember-addons/ember-launch-darkly/pull/454) Fix release-it plugins config ([@herzzanu](https://github.com/herzzanu))

## v3.1.0-beta.0 (2023-05-11)

- [#411](https://github.com/adopted-ember-addons/ember-launch-darkly/pull/411) Convert to V2 addon ([@herzzanu](https://github.com/herzzanu))

## v3.0.0 (2023-04-19)

## v3.0.0-beta.0 (2023-04-18)
Expand All @@ -17,24 +27,27 @@
## v1.0.0-beta.1 (2020-11-16)

#### :rocket: Enhancement
* [#27](https://github.com/adopted-ember-addons/ember-launch-darkly/pull/27) adhoc: support deferred clientSideId and possibly secure mode? ([@rstudner](https://github.com/rstudner))

- [#27](https://github.com/adopted-ember-addons/ember-launch-darkly/pull/27) adhoc: support deferred clientSideId and possibly secure mode? ([@rstudner](https://github.com/rstudner))

#### :memo: Documentation
* [#219](https://github.com/adopted-ember-addons/ember-launch-darkly/pull/219) fix: build status badge ([@chrisvdp](https://github.com/chrisvdp))
* [#190](https://github.com/adopted-ember-addons/ember-launch-darkly/pull/190) Update links, add info about key for anymous users ([@chrisvdp](https://github.com/chrisvdp))

- [#219](https://github.com/adopted-ember-addons/ember-launch-darkly/pull/219) fix: build status badge ([@chrisvdp](https://github.com/chrisvdp))
- [#190](https://github.com/adopted-ember-addons/ember-launch-darkly/pull/190) Update links, add info about key for anymous users ([@chrisvdp](https://github.com/chrisvdp))

#### :house: Internal
* [#228](https://github.com/adopted-ember-addons/ember-launch-darkly/pull/228) Add release-it in preparation for v1.0.0-beta.1 ([@achambers](https://github.com/achambers))
* [#202](https://github.com/adopted-ember-addons/ember-launch-darkly/pull/202) Update repository ([@rwwagner90](https://github.com/rwwagner90))
* [#133](https://github.com/adopted-ember-addons/ember-launch-darkly/pull/133) Move to new ld client package, import package via ember-auto import ([@chrisvdp](https://github.com/chrisvdp))
* [#183](https://github.com/adopted-ember-addons/ember-launch-darkly/pull/183) bump travis config ([@jaredgalanis](https://github.com/jaredgalanis))
* [#130](https://github.com/adopted-ember-addons/ember-launch-darkly/pull/130) fix ci for ember-try scenarios ([@mansona](https://github.com/mansona))

- [#228](https://github.com/adopted-ember-addons/ember-launch-darkly/pull/228) Add release-it in preparation for v1.0.0-beta.1 ([@achambers](https://github.com/achambers))
- [#202](https://github.com/adopted-ember-addons/ember-launch-darkly/pull/202) Update repository ([@rwwagner90](https://github.com/rwwagner90))
- [#133](https://github.com/adopted-ember-addons/ember-launch-darkly/pull/133) Move to new ld client package, import package via ember-auto import ([@chrisvdp](https://github.com/chrisvdp))
- [#183](https://github.com/adopted-ember-addons/ember-launch-darkly/pull/183) bump travis config ([@jaredgalanis](https://github.com/jaredgalanis))
- [#130](https://github.com/adopted-ember-addons/ember-launch-darkly/pull/130) fix ci for ember-try scenarios ([@mansona](https://github.com/mansona))

#### Committers: 6

- Aaron Chambers ([@achambers](https://github.com/achambers))
- Chris Manson ([@mansona](https://github.com/mansona))
- Chris van der Ploeg ([@chrisvdp](https://github.com/chrisvdp))
- Jared Galanis ([@jaredgalanis](https://github.com/jaredgalanis))
- Robert Wagner ([@rwwagner90](https://github.com/rwwagner90))
- Roger Studner ([@rstudner](https://github.com/rstudner))

2 changes: 1 addition & 1 deletion ember-launch-darkly/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-launch-darkly",
"version": "3.0.0",
"version": "3.1.0",
"description": "A modern Ember addon to wrap the Launch Darkly service",
"keywords": [
"ember-addon"
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-launch-darkly",
"version": "3.0.0",
"version": "3.1.0",
"private": true,
"workspaces": [
"ember-launch-darkly",
Expand Down
2 changes: 1 addition & 1 deletion test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-app",
"version": "0.0.0",
"version": "3.1.0",
"private": true,
"description": "Small description for test-app goes here",
"repository": "",
Expand Down

0 comments on commit f15fcbc

Please sign in to comment.