diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e8b588..fbdac84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [0.3.0](https://github.com/3-shake/twitter-api/compare/v0.2.3...v0.3.0) (2021-07-19) + + +### Features + +* tweetAPIの作成 ([#10](https://github.com/3-shake/twitter-api/issues/10)) ([c58aaa1](https://github.com/3-shake/twitter-api/commit/c58aaa1e31df2b278fca3a92a43de33cfdd28881)) + + + ## [0.2.3](https://github.com/3-shake/twitter-api/compare/v0.2.2...v0.2.3) (2021-07-08) diff --git a/package.json b/package.json index 9b77352..3355769 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "author": "locona (miyamae@3-shake.com)", "main": "lib/index.js", "types": "lib/index.d.ts", - "version": "0.2.3", + "version": "0.3.0", "scripts": { "build:types": "NODE_ENV=production tsc", "build:types:watch": "NODE_ENV=production tsc --watch",