Skip to content

Commit c5234a1

Browse files
authored
Update to change log and lib version for payload structure changes (#11)
1 parent b2f2fb5 commit c5234a1

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@ and this project adheres to
1010

1111
### TBA
1212

13+
## [v2.0.0] - 2022-11-08
14+
15+
- Renamed thumbnailUri to thumbnailUrl
16+
- Changed datatype of ProjectVersion from number to string
17+
18+
### Added
19+
20+
- Public release
21+
1322
## [v1.0.0] - 2022-10-05
1423

1524
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postmessage-communicator",
3-
"version": "1.0.1",
3+
"version": "2.0.0",
44
"description": "[![Release](https://img.shields.io/github/v/release/wayfair-incubator/oss-template?display_name=tag)](CHANGELOG.md) [![Lint](https://github.com/wayfair-incubator/oss-template/actions/workflows/lint.yml/badge.svg?branch=main)](https://github.com/wayfair-incubator/oss-template/actions/workflows/lint.yml) [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.0-4baaaa.svg)](CODE_OF_CONDUCT.md) [![Maintainer](https://img.shields.io/badge/Maintainer-Wayfair-7F187F)](https://wayfair.github.io)",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)