Skip to content

Commit

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

## ✨ New Features
- [`8818753`](8818753)   Change public api interface
  • Loading branch information
semantic-release-bot committed Nov 2, 2021
1 parent 8c16f9f commit 7a93d6d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 27 deletions.
40 changes: 14 additions & 26 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,52 +1,40 @@
# v1.0.0-beta.1 (2021-11-02)

## ✨ New Features

- [`8818753`](https://github.com/TomokiMiyauci/coincheck-client/commit/8818753) Change public api interface

# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.1.0-alpha.4](https://github.com/TomokiMiyauci/coincheck-client/compare/v0.1.0-alpha.3...v0.1.0-alpha.4) (2020-12-02)


### Bug Fixes

* **coincheck-client:** change to relative path ([58d8160](https://github.com/TomokiMiyauci/coincheck-client/commit/58d81600747b664a83fd524c5aa2a46d04f4e874))




- **coincheck-client:** change to relative path ([58d8160](https://github.com/TomokiMiyauci/coincheck-client/commit/58d81600747b664a83fd524c5aa2a46d04f4e874))

# [0.1.0-alpha.3](https://github.com/TomokiMiyauci/coincheck-client/compare/v0.1.0-alpha.2...v0.1.0-alpha.3) (2020-12-02)

**Note:** Version bump only for package coincheck-client





# [0.1.0-alpha.2](https://github.com/TomokiMiyauci/coincheck-client/compare/v0.1.0-alpha.1...v0.1.0-alpha.2) (2020-12-02)

**Note:** Version bump only for package coincheck-client





# [0.1.0-alpha.1](https://github.com/TomokiMiyauci/coincheck-client/compare/v0.1.0-alpha.0...v0.1.0-alpha.1) (2020-12-02)

**Note:** Version bump only for package coincheck-client





# 0.1.0-alpha.0 (2020-12-02)


### Features

* **coincheck-client:** add api/exchange-orders-rate ([fbb8378](https://github.com/TomokiMiyauci/coincheck-client/commit/fbb8378c1d341f95beafef820edde90709058471))
* **coincheck-client:** add api/order-books ([e382954](https://github.com/TomokiMiyauci/coincheck-client/commit/e382954eddbb66a97fc6601ec14f28e7f2f285f1))
* **coincheck-client:** add api/rate ([0f6508a](https://github.com/TomokiMiyauci/coincheck-client/commit/0f6508ac683ff82c6208bedd0d7b2a117078609a))
* **coincheck-client:** add api/ticker ([1830500](https://github.com/TomokiMiyauci/coincheck-client/commit/183050053efd6336e259866680b230b3d308e100))
* **coincheck-client:** add api/trades ([ecb6e3d](https://github.com/TomokiMiyauci/coincheck-client/commit/ecb6e3d0e695cd35e46f26c64e77284d4e822aa4))
* **coincheck-client:** add base instance ([c10f49f](https://github.com/TomokiMiyauci/coincheck-client/commit/c10f49ffc73d94771863f0910adfb3e6d462e408))
* **coincheck-client:** add types of pair ([381fa8e](https://github.com/TomokiMiyauci/coincheck-client/commit/381fa8e6ce00f29f3bd1ef5280cc037d8d8f958a))
- **coincheck-client:** add api/exchange-orders-rate ([fbb8378](https://github.com/TomokiMiyauci/coincheck-client/commit/fbb8378c1d341f95beafef820edde90709058471))
- **coincheck-client:** add api/order-books ([e382954](https://github.com/TomokiMiyauci/coincheck-client/commit/e382954eddbb66a97fc6601ec14f28e7f2f285f1))
- **coincheck-client:** add api/rate ([0f6508a](https://github.com/TomokiMiyauci/coincheck-client/commit/0f6508ac683ff82c6208bedd0d7b2a117078609a))
- **coincheck-client:** add api/ticker ([1830500](https://github.com/TomokiMiyauci/coincheck-client/commit/183050053efd6336e259866680b230b3d308e100))
- **coincheck-client:** add api/trades ([ecb6e3d](https://github.com/TomokiMiyauci/coincheck-client/commit/ecb6e3d0e695cd35e46f26c64e77284d4e822aa4))
- **coincheck-client:** add base instance ([c10f49f](https://github.com/TomokiMiyauci/coincheck-client/commit/c10f49ffc73d94771863f0910adfb3e6d462e408))
- **coincheck-client:** add types of pair ([381fa8e](https://github.com/TomokiMiyauci/coincheck-client/commit/381fa8e6ce00f29f3bd1ef5280cc037d8d8f958a))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "coincheck-client",
"description": "Coincheck API client for Node.js",
"version": "0.1.0-alpha.4",
"version": "1.0.0-beta.1",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 7a93d6d

Please sign in to comment.