Skip to content

Commit

Permalink
🔖 1.0.0-beta.5 [skip ci]
Browse files Browse the repository at this point in the history
# [v1.0.0-beta.5](v1.0.0-beta.4...v1.0.0-beta.5) (2021-11-08)

## ✨ New Features
- [`a88f7d5`](a88f7d5)   Add public websocket utility
  • Loading branch information
semantic-release-bot committed Nov 8, 2021
1 parent 07bf7b0 commit ec1a12c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# [v1.0.0-beta.5](https://github.com/coinset/coincheck/compare/v1.0.0-beta.4...v1.0.0-beta.5) (2021-11-08)

## ✨ New Features

- [`a88f7d5`](https://github.com/coinset/coincheck/commit/a88f7d5) Add public websocket utility

# [v1.0.0-beta.4](https://github.com/coinset/coincheck/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2021-11-04)

## ✨ New Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@coinset/coincheck",
"description": "Coincheck API client for Node.js",
"version": "1.0.0-beta.4",
"version": "1.0.0-beta.5",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit ec1a12c

Please sign in to comment.