Skip to content

Commit

Permalink
Release 1.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
achambers committed Nov 16, 2020
1 parent 0b75996 commit a7ca27d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
## 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))

#### :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))

#### :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))

#### 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-launch-darkly",
"version": "1.0.0-beta.0",
"version": "1.0.0-beta.1",
"description": "A modern Ember addon to wrap the Launch Darkly service",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit a7ca27d

Please sign in to comment.