diff --git a/CHANGELOG.md b/CHANGELOG.md index 5240403..5dd66da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ + +## v4.2.3 (2023-09-14) + +#### :bug: Bug Fix +* [#61](https://github.com/adopted-ember-addons/broccoli-sass-source-maps/pull/61) do not use nullish coalescing ([@patricklx](https://github.com/patricklx)) + +#### Committers: 1 +- Patrick Pircher ([@patricklx](https://github.com/patricklx)) + + ## v4.2.2 (2023-09-13) #### :bug: Bug Fix diff --git a/package-lock.json b/package-lock.json index 820a990..d6586e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "broccoli-sass-source-maps", - "version": "4.2.2", + "version": "4.2.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "broccoli-sass-source-maps", - "version": "4.2.2", + "version": "4.2.3", "license": "MIT", "dependencies": { "broccoli-caching-writer": "^3.0.3", diff --git a/package.json b/package.json index e0d5d43..b583214 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "broccoli-sass-source-maps", - "version": "4.2.2", + "version": "4.2.3", "description": "Libsass-based Sass compiler for Broccoli", "keywords": [ "broccoli-plugin",