chore(release): 2.0.3

This commit is contained in:
Lance Ball 2020-07-30 16:45:11 -04:00
parent c74ee6c720
commit 5bea5f17aa
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.3](https://github.com/cloudevents/sdk-javascript/compare/v2.0.2...v2.0.3) (2020-07-30)
### Miscellaneous
* **release:** add postinstall script to warn users of name change ([#293](https://github.com/cloudevents/sdk-javascript/issues/293)) ([c74ee6c](https://github.com/cloudevents/sdk-javascript/commit/c74ee6c7209a01d750afb79f44d500512d222a28))
### [2.0.2](https://github.com/cloudevents/sdk-javascript/compare/v2.0.1...v2.0.2) (2020-06-08)

View File

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