Skip to content

Commit

Permalink
chore: Release 2.0.0 (#8)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Feb 1, 2022
1 parent beb8fe5 commit 9f18a7d
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions 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))
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "sparkles",
"version": "1.0.1",
"version": "2.0.0",
"description": "Namespaced global event emitter",
"author": "Gulp Team <team@gulpjs.com> (http://gulpjs.com/)",
"contributors": [
Expand Down

0 comments on commit 9f18a7d

Please sign in to comment.