Skip to content

Commit 3e9f817

Browse files
authored
Merge pull request #39 from nulab/release-0.12.2
0.12.2
2 parents 0b74c38 + 5a848f9 commit 3e9f817

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.12.2](https://github.com/nulab/backlog-js/compare/0.12.1...0.12.2) (2021-05-31)
4+
5+
* Add GET /api/v2/rateLimit [#38](https://github.com/nulab/backlog-js/pull/38) ([mmktomato](https://github.com/mmktomato))
6+
* Bump handlebars from 4.7.6 to 4.7.7 [#37](https://github.com/nulab/backlog-js/pull/37) ([dependabot[bot]](https://github.com/apps/dependabot))
7+
* Cleanup published files [#35](https://github.com/nulab/backlog-js/pull/35) ([mmktomato](https://github.com/mmktomato))
8+
* Remove Travis CI [#34](https://github.com/nulab/backlog-js/pull/34) ([mmktomato](https://github.com/mmktomato))
9+
310
## [0.12.1](https://github.com/nulab/backlog-js/compare/0.12.0...0.12.1) (2021-04-01)
411

512
* Bump npm libraries [#30](https://github.com/nulab/backlog-js/pull/30) ([mmktomato](https://github.com/mmktomato))

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "backlog-js",
3-
"version": "0.12.1",
3+
"version": "0.12.2",
44
"description": "Backlog API v2 client for browser and node",
55
"main": "dist/backlog.js",
66
"repository": {

0 commit comments

Comments
 (0)