diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f2592b..304f60f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log + +## v3.0.0 (2023-06-04) + +#### :boom: Breaking Change +* [#88](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/88) [BREAKING] Update dependencies including required node versions ([@lukemelia](https://github.com/lukemelia)) +* [#76](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/76) [Breaking] Switch to Github Actions for CI ([@jrjohnson](https://github.com/jrjohnson)) + +#### Committers: 2 +- Jon Johnson ([@jrjohnson](https://github.com/jrjohnson)) +- Luke Melia ([@lukemelia](https://github.com/lukemelia)) + ## [2.0.0](https://github.com/ember-cli-deploy/ember-cli-deploy-build/tree/2.0.0) (2019-09-03) [Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-build/compare/v1.1.2...2.0.0) diff --git a/package.json b/package.json index 9adcf08..e331784 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-cli-deploy-build", - "version": "2.0.0", + "version": "3.0.0", "description": "A Build Plugin for ember-cli-deploy", "keywords": [ "ember-addon",