chore(release): 2.0.4

This commit is contained in:
Lance Ball 2020-07-30 17:05:43 -04:00
parent dd0467b62d
commit 9a91d87442
No known key found for this signature in database
GPG Key ID: DB1D2F8DCDB4EE5C
2 changed files with 8 additions and 1 deletions

View File

@ -2,6 +2,13 @@
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.
### [2.0.4](https://github.com/cloudevents/sdk-javascript/compare/v2.0.3...v2.0.4) (2020-07-30)
### Miscellaneous
* **release:** add postinstall dir to packaged files ([dd0467b](https://github.com/cloudevents/sdk-javascript/commit/dd0467b62daab462f241a5c90942b9c0a678755a))
### [2.0.3](https://github.com/cloudevents/sdk-javascript/compare/v2.0.2...v2.0.3) (2020-07-30)

View File

@ -1,6 +1,6 @@
{
"name": "cloudevents-sdk",
"version": "2.0.3",
"version": "2.0.4",
"description": "CloudEvents SDK for JavaScript",
"main": "index.js",
"scripts": {