Skip to content

Commit

Permalink
chore: release v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iShibi committed Mar 6, 2022
1 parent f659891 commit 9f8653f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ node_modules
test
coverage
.husky/_
changelog.md
CHANGELOG.md
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "twitter.js",
"version": "0.12.0",
"version": "0.13.0",
"author": "Shubham Parihar <[email protected]>",
"description": "An object-oriented Node.js and TypeScript library for interacting with Twitter API v2",
"main": "./dist/index.js",
Expand All @@ -15,7 +15,7 @@
"lint:fix": "eslint . --ext .js,.ts --fix",
"format:check": "prettier --check .",
"format:fix": "prettier --write .",
"changelog": "git cliff --output CHANGELOG.md",
"changelog": "git-cliff --output CHANGELOG.md",
"prepublishOnly": "npm run build"
},
"dependencies": {
Expand Down

0 comments on commit 9f8653f

Please sign in to comment.