Skip to content

Commit e87f2c7

Browse files
author
Robert Jackson
committed
Release 4.1.0
1 parent 2d5566d commit e87f2c7

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## v4.1.0 (2020-09-08)
2+
3+
#### :rocket: Enhancement
4+
* [#250](https://github.com/ember-cli/broccoli-terser-sourcemap/pull/250) Rename to broccoli-terser-sourcemap. ([@rwjblue](https://github.com/rwjblue))
5+
6+
#### Committers: 1
7+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
8+
9+
110
## v4.0.0 (2020-09-04)
211

312
#### :boom: Breaking Change

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "broccoli-terser-sourcemap",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"description": "Broccoli filter to minify files with terser while preserving their sourcemaps.",
55
"homepage": "https://github.com/ember-cli/broccoli-terser-sourcemap#readme",
66
"bugs": {

0 commit comments

Comments
 (0)