diff --git a/CHANGELOG.md b/CHANGELOG.md index 943f644..abea0a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,18 @@ + +## v4.2.0 (2023-08-14) + +#### :rocket: Enhancement +* [#52](https://github.com/adopted-ember-addons/broccoli-sass-source-maps/pull/52) Allow setting the quietDeps flag if desired ([@acorncom](https://github.com/acorncom)) + +#### :house: Internal +* [#54](https://github.com/adopted-ember-addons/broccoli-sass-source-maps/pull/54) Bump release-it from 15.9.3 to 16.1.4 ([@dependabot[bot]](https://github.com/apps/dependabot)) +* [#51](https://github.com/adopted-ember-addons/broccoli-sass-source-maps/pull/51) Bump release-it from 15.5.0 to 15.9.3 ([@dependabot[bot]](https://github.com/apps/dependabot)) + +#### Committers: 1 +- David Baker ([@acorncom](https://github.com/acorncom)) + + ## v4.1.0 (2022-10-07) #### :rocket: Enhancement diff --git a/package-lock.json b/package-lock.json index 31a7d73..c1bc070 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "broccoli-sass-source-maps", - "version": "4.1.0", + "version": "4.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "broccoli-sass-source-maps", - "version": "4.1.0", + "version": "4.2.0", "license": "MIT", "dependencies": { "broccoli-caching-writer": "^3.0.3", diff --git a/package.json b/package.json index 4eff3be..80f60aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "broccoli-sass-source-maps", - "version": "4.1.0", + "version": "4.2.0", "description": "Libsass-based Sass compiler for Broccoli", "keywords": [ "broccoli-plugin",