chore: release 4.0.4

This commit is contained in:
github-actions[bot] 2021-08-26 11:55:14 +00:00 committed by GitHub
parent 36f5e2b5f8
commit f92bf8634c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 2 deletions

View File

@ -2,6 +2,14 @@
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.
### [4.0.4](https://www.github.com/cloudevents/sdk-javascript/compare/v4.0.3...v4.0.4) (2021-08-26)
### Miscellaneous
* update eslint and prettier dependencies ([#424](https://www.github.com/cloudevents/sdk-javascript/issues/424)) ([061c122](https://www.github.com/cloudevents/sdk-javascript/commit/061c122b867cbc116d0389d88c3198b25d7be0c1))
* use git submodules for conformance tests ([#427](https://www.github.com/cloudevents/sdk-javascript/issues/427)) ([2118488](https://www.github.com/cloudevents/sdk-javascript/commit/2118488a148651d94c99df2ecf9e3eda5ae97f33))
### [4.0.3](https://www.github.com/cloudevents/sdk-javascript/compare/v4.0.2...v4.0.3) (2021-07-06)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "cloudevents",
"version": "4.0.3",
"version": "4.0.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "cloudevents",
"version": "4.0.3",
"version": "4.0.4",
"description": "CloudEvents SDK for JavaScript",
"main": "dist/index.js",
"scripts": {