Skip to content

Commit 9f18a7d

Browse files
chore: Release 2.0.0 (#8)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent beb8fe5 commit 9f18a7d

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Changelog
2+
3+
## [2.0.0](https://www.github.com/gulpjs/sparkles/compare/v1.0.1...v2.0.0) (2022-02-01)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Use a Symbol for attaching the default namespace to the store
9+
* Use a Symbol for attaching the store to the global (#9)
10+
* Normalize repository, dropping node <10.13 support (#6)
11+
12+
### Features
13+
14+
* Use a Symbol for attaching the default namespace to the store ([2196fb1](https://www.github.com/gulpjs/sparkles/commit/2196fb1503f14f02c9422566d1e3635aa93e6ac0))
15+
* 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))
16+
* Use Symbol.for so other applications can create the same Symbol ([2196fb1](https://www.github.com/gulpjs/sparkles/commit/2196fb1503f14f02c9422566d1e3635aa93e6ac0))
17+
18+
19+
### Miscellaneous Chores
20+
21+
* 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))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sparkles",
3-
"version": "1.0.1",
3+
"version": "2.0.0",
44
"description": "Namespaced global event emitter",
55
"author": "Gulp Team <team@gulpjs.com> (http://gulpjs.com/)",
66
"contributors": [

0 commit comments

Comments
 (0)