Skip to content

Commit bf4ec66

Browse files
committed
Release 3.0.0
1 parent ed9e6eb commit bf4ec66

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
4+
## v3.0.0 (2023-06-04)
5+
6+
#### :boom: Breaking Change
7+
* [#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))
8+
* [#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))
9+
10+
#### Committers: 2
11+
- Jon Johnson ([@jrjohnson](https://github.com/jrjohnson))
12+
- Luke Melia ([@lukemelia](https://github.com/lukemelia))
13+
314
## [2.0.0](https://github.com/ember-cli-deploy/ember-cli-deploy-build/tree/2.0.0) (2019-09-03)
415
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-build/compare/v1.1.2...2.0.0)
516

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-deploy-build",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "A Build Plugin for ember-cli-deploy",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)