diff --git a/CHANGELOG.md b/CHANGELOG.md index b1e97ca7..1885a81a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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)) - diff --git a/ember-launch-darkly/package.json b/ember-launch-darkly/package.json index 47027b79..714ee8e6 100644 --- a/ember-launch-darkly/package.json +++ b/ember-launch-darkly/package.json @@ -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" diff --git a/package.json b/package.json index 2adfd542..2ef7be63 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-launch-darkly", - "version": "3.0.0", + "version": "3.1.0", "private": true, "workspaces": [ "ember-launch-darkly", diff --git a/test-app/package.json b/test-app/package.json index 2733b987..8e7b6ad3 100644 --- a/test-app/package.json +++ b/test-app/package.json @@ -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": "",