Skip to content

Commit 3faf12a

Browse files
chore: release 4.0.0
1 parent 6adb578 commit 3faf12a

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [4.0.0](https://www.github.com/cloudevents/sdk-javascript/compare/v3.2.0...v4.0.0) (2020-11-17)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* Remove All API's that are labeled "Remove in 4.0" (#362)
11+
12+
### Features
13+
14+
* add EventEmitter to Emitter and singleton paradigm ([25f9c48](https://www.github.com/cloudevents/sdk-javascript/commit/25f9c4860169a8ab576fba47791497ada3048d9f))
15+
* allow ensureDelivery to be able to ensure delivery on emit ([43d9e01](https://www.github.com/cloudevents/sdk-javascript/commit/43d9e019720b7ddcc841117a7bbf97fff96e5e23))
16+
* Remove All API's that are labeled "Remove in 4.0" ([#362](https://www.github.com/cloudevents/sdk-javascript/issues/362)) ([875f700](https://www.github.com/cloudevents/sdk-javascript/commit/875f70017a09d1363c3f7eb2a5ea32eea1973e50))
17+
18+
19+
### Miscellaneous
20+
21+
* **package:** Upgrade mocha from 7.1.2 to 8.2.0 ([#354](https://www.github.com/cloudevents/sdk-javascript/issues/354)) ([8205bc9](https://www.github.com/cloudevents/sdk-javascript/commit/8205bc96ae401099e0207bf387164fd955be7b33))
22+
23+
24+
### Documentation
25+
26+
* add Emitter logic example ([bda8581](https://www.github.com/cloudevents/sdk-javascript/commit/bda85814649a0597909125914de51b3b4ca99aaa))
27+
528
## [3.1.0](https://github.com/cloudevents/sdk-javascript/compare/v3.0.1...v3.1.0) (2020-08-11)
629

730

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudevents",
3-
"version": "3.1.0",
3+
"version": "4.0.0",
44
"description": "CloudEvents SDK for JavaScript",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)