Skip to content

Commit 9046b36

Browse files
chore: release 5.3.2 (cloudevents#470)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c3d9f39 commit 9046b36

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.3.2](https://github.com/cloudevents/sdk-javascript/compare/v5.3.1...v5.3.2) (2022-02-11)
6+
7+
8+
### Bug Fixes
9+
10+
* use `isolatedModules: true` in tsconfig.json ([#469](https://github.com/cloudevents/sdk-javascript/issues/469)) ([b5c0b56](https://github.com/cloudevents/sdk-javascript/commit/b5c0b56f52dd6119949df1a583b76a48c6e3cec7))
11+
12+
13+
### Miscellaneous
14+
15+
* bump typedoc to remove vuln ([#472](https://github.com/cloudevents/sdk-javascript/issues/472)) ([c3d9f39](https://github.com/cloudevents/sdk-javascript/commit/c3d9f39a53afaf411fa91aeb2323fef2eddb4d32))
16+
517
### [5.3.1](https://github.com/cloudevents/sdk-javascript/compare/v5.3.0...v5.3.1) (2022-02-02)
618

719

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.3.1",
3+
"version": "5.3.2",
44
"description": "CloudEvents SDK for JavaScript",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)