diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..95c3259 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,21 @@ +# Changelog + +## [2.0.0](https://www.github.com/gulpjs/sparkles/compare/v1.0.1...v2.0.0) (2022-02-01) + + +### ⚠ BREAKING CHANGES + +* Use a Symbol for attaching the default namespace to the store +* Use a Symbol for attaching the store to the global (#9) +* Normalize repository, dropping node <10.13 support (#6) + +### Features + +* Use a Symbol for attaching the default namespace to the store ([2196fb1](https://www.github.com/gulpjs/sparkles/commit/2196fb1503f14f02c9422566d1e3635aa93e6ac0)) +* Use a Symbol for attaching the store to the global ([#9](https://www.github.com/gulpjs/sparkles/issues/9)) ([2196fb1](https://www.github.com/gulpjs/sparkles/commit/2196fb1503f14f02c9422566d1e3635aa93e6ac0)) +* Use Symbol.for so other applications can create the same Symbol ([2196fb1](https://www.github.com/gulpjs/sparkles/commit/2196fb1503f14f02c9422566d1e3635aa93e6ac0)) + + +### Miscellaneous Chores + +* Normalize repository, dropping node <10.13 support ([#6](https://www.github.com/gulpjs/sparkles/issues/6)) ([6d6f7a8](https://www.github.com/gulpjs/sparkles/commit/6d6f7a8633a437c474efb8a1768b3617f0f8e87d)) diff --git a/package.json b/package.json index a78252d..6f4d01f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sparkles", - "version": "1.0.1", + "version": "2.0.0", "description": "Namespaced global event emitter", "author": "Gulp Team (http://gulpjs.com/)", "contributors": [