Skip to content

Commit d7e1c41

Browse files
chore: release 5.1.0 (cloudevents#449)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0f5a4c0 commit d7e1c41

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
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+
## [5.1.0](https://github.com/cloudevents/sdk-javascript/compare/v5.0.0...v5.1.0) (2021-12-01)
6+
7+
8+
### Features
9+
10+
* use generic type for CloudEvent data ([#446](https://github.com/cloudevents/sdk-javascript/issues/446)) ([d941e2d](https://github.com/cloudevents/sdk-javascript/commit/d941e2d4d9e491912860e30acd7fa34e9dda7669))
11+
12+
13+
### Bug Fixes
14+
15+
* do not assume an empty content-type header is JSON ([#444](https://github.com/cloudevents/sdk-javascript/issues/444)) ([52ea7de](https://github.com/cloudevents/sdk-javascript/commit/52ea7de80dd98c6766531936fa95963990119612))
16+
* package.json & package-lock.json to reduce vulnerabilities ([#439](https://github.com/cloudevents/sdk-javascript/issues/439)) ([0f5a4c0](https://github.com/cloudevents/sdk-javascript/commit/0f5a4c0de26e0181f4a33be9b9e91687879f38b1))
17+
18+
19+
### Miscellaneous
20+
21+
* add test for text/plain data ([#442](https://github.com/cloudevents/sdk-javascript/issues/442)) ([b4266b1](https://github.com/cloudevents/sdk-javascript/commit/b4266b1f378d16c796aa4b7c5bbdbda8d9f8c1e8))
22+
523
## [5.0.0](https://github.com/cloudevents/sdk-javascript/compare/v4.0.3...v5.0.0) (2021-10-04)
624

725

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudevents",
3-
"version": "5.0.0",
3+
"version": "5.1.0",
44
"description": "CloudEvents SDK for JavaScript",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)