Skip to content

Commit

Permalink
Release v3.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bobisjan committed Dec 27, 2018
1 parent 981fd0f commit 69f1f4a
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,32 @@
# Changelog

## v3.0.0-beta.1 (2018-12-27)

#### :boom: Breaking Change
* [#18](https://github.com/zonkyio/ember-web-app/pull/18) Update to Ember 3.6 ([@bobisjan](https://github.com/bobisjan))

#### :rocket: Enhancement
* [#35](https://github.com/zonkyio/ember-web-app/pull/35) Use `ember-cli-addon-docs` for documentation, Closes [#3](https://github.com/zonkyio/ember-web-app/issues/3) ([@bobisjan](https://github.com/bobisjan))

#### :bug: Bug Fix
* [#45](https://github.com/zonkyio/ember-web-app/pull/45) Use `master` version of documentation in the README.md ([@bobisjan](https://github.com/bobisjan))

#### :memo: Documentation
* [#46](https://github.com/zonkyio/ember-web-app/pull/46) Add lerna-changelog dependency ([@bobisjan](https://github.com/bobisjan))
* [#45](https://github.com/zonkyio/ember-web-app/pull/45) Use `master` version of documentation in the README.md ([@bobisjan](https://github.com/bobisjan))
* [#35](https://github.com/zonkyio/ember-web-app/pull/35) Use `ember-cli-addon-docs` for documentation, Closes [#3](https://github.com/zonkyio/ember-web-app/issues/3) ([@bobisjan](https://github.com/bobisjan))

#### :house: Internal
* [#46](https://github.com/zonkyio/ember-web-app/pull/46) Add lerna-changelog dependency ([@bobisjan](https://github.com/bobisjan))
* [#40](https://github.com/zonkyio/ember-web-app/pull/40) Use Yarn in `fast-test` command ([@bobisjan](https://github.com/bobisjan))
* [#39](https://github.com/zonkyio/ember-web-app/pull/39) Remove `sudo` option from Travis CI configuration ([@bobisjan](https://github.com/bobisjan))
* [#38](https://github.com/zonkyio/ember-web-app/pull/38) Remove unsused `*-test-helpers` dependencies ([@bobisjan](https://github.com/bobisjan))
* [#37](https://github.com/zonkyio/ember-web-app/pull/37) Remove unused `strip-ansi` dependency ([@bobisjan](https://github.com/bobisjan))
* [#36](https://github.com/zonkyio/ember-web-app/pull/36) Remove unused `rsvp` dependency ([@bobisjan](https://github.com/bobisjan))
* [#29](https://github.com/zonkyio/ember-web-app/pull/29) Add Prettier ([@bobisjan](https://github.com/bobisjan))
* [#27](https://github.com/zonkyio/ember-web-app/pull/27) ESLint cleanup ([@bobisjan](https://github.com/bobisjan))
* [#26](https://github.com/zonkyio/ember-web-app/pull/26) Use native Array.prototype.includes ([@bobisjan](https://github.com/bobisjan))
* [#28](https://github.com/zonkyio/ember-web-app/pull/28) Remove Babel polyfill since regenerator is provided by addon ([@bobisjan](https://github.com/bobisjan))
* [#25](https://github.com/zonkyio/ember-web-app/pull/25) Use let or const instead of var ([@bobisjan](https://github.com/bobisjan))
* [#24](https://github.com/zonkyio/ember-web-app/pull/24) Use native Object.assign ([@bobisjan](https://github.com/bobisjan))
* [#18](https://github.com/zonkyio/ember-web-app/pull/18) Update to Ember 3.6 ([@bobisjan](https://github.com/bobisjan))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-web-app",
"version": "2.3.1",
"version": "3.0.0-beta.1",
"description": "This Ember addon helps you configure and manage the web app manifest and related meta tags needed to create a Progressive Web Application",
"keywords": [
"PWA",
Expand Down

0 comments on commit 69f1f4a

Please sign in to comment.