From bf06a4e2f4ff261d501afd6892265ac3b83e4e34 Mon Sep 17 00:00:00 2001 From: Miyamae Yuuya Date: Thu, 8 Jul 2021 18:16:19 +0900 Subject: [PATCH] chore: release v0.2.3 (#9) --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53565b3..6e8b588 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.2.3](https://github.com/3-shake/twitter-api/compare/v0.2.2...v0.2.3) (2021-07-08) + + +### Bug Fixes + +* use bearer token ([#8](https://github.com/3-shake/twitter-api/issues/8)) ([25fdfdb](https://github.com/3-shake/twitter-api/commit/25fdfdbf5f683bbcea6ce9a6ae6a9b5d87f57dd7)) + + + ## [0.2.2](https://github.com/3-shake/twitter-api/compare/v0.2.1...v0.2.2) (2021-06-24) diff --git a/package.json b/package.json index e283697..9b77352 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.2", + "version": "0.2.3", "scripts": { "build:types": "NODE_ENV=production tsc", "build:types:watch": "NODE_ENV=production tsc --watch",