Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Nov 30, 2020
1 parent d780120 commit 3f4cdea
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
## v3.0.0 (2020-11-30)

#### :boom: Breaking Change
* [#82](https://github.com/ember-cli/broccoli-asset-rewrite/pull/82) Refactor implementation to ES6 class ([@lukemelia](https://github.com/lukemelia))
* [#77](https://github.com/ember-cli/broccoli-asset-rewrite/pull/77) Specify node 10 support ([@lukemelia](https://github.com/lukemelia))

#### :rocket: Enhancement
* [#83](https://github.com/ember-cli/broccoli-asset-rewrite/pull/83) Allow opt-in to caching. ([@lukemelia](https://github.com/lukemelia))

#### :house: Internal
* [#84](https://github.com/ember-cli/broccoli-asset-rewrite/pull/84) Add basic linting setup ([@rwjblue](https://github.com/rwjblue))
* [#80](https://github.com/ember-cli/broccoli-asset-rewrite/pull/80) Add release automation ([@rwjblue](https://github.com/rwjblue))
* [#78](https://github.com/ember-cli/broccoli-asset-rewrite/pull/78) Migrate to GitHub Actions for CI. ([@rwjblue](https://github.com/rwjblue))
* [#76](https://github.com/ember-cli/broccoli-asset-rewrite/pull/76) Use broccoli-test-helper to make tests easier to work with ([@lukemelia](https://github.com/lukemelia))

#### Committers: 2
- Luke Melia ([@lukemelia](https://github.com/lukemelia))
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))


2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "broccoli-asset-rewrite",
"version": "2.0.0",
"version": "3.0.0",
"description": "broccoli plugin to rewrite a source tree from an asset map.",
"keywords": [
"broccoli",
Expand Down

0 comments on commit 3f4cdea

Please sign in to comment.