Skip to content

Commit 2f985c6

Browse files
chore(release): 1.2.0 [skip ci]
# [1.2.0](v1.1.0...v1.2.0) (2022-11-07) ### Features * change env name ([#36](#36)) ([1138675](1138675))
1 parent 1f83bc0 commit 2f985c6

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.2.0](https://github.com/bosonprotocol/chat-sdk/compare/v1.1.0...v1.2.0) (2022-11-07)
2+
3+
4+
### Features
5+
6+
* change env name ([#36](https://github.com/bosonprotocol/chat-sdk/issues/36)) ([1138675](https://github.com/bosonprotocol/chat-sdk/commit/11386753a58f9a4df50e492a7bccdebf48242ced))
7+
18
# [1.1.0](https://github.com/bosonprotocol/chat-sdk/compare/v1.0.1...v1.1.0) (2022-10-12)
29

310

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bosonprotocol/chat-sdk",
3-
"version": "1.1.1-alpha.0",
3+
"version": "1.2.0",
44
"description": "Extension of @xmtp/xmtp-js with support for chat threads and further message types.",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)