Skip to content

Commit 9f8653f

Browse files
committed
chore: release v0.13.0
1 parent f659891 commit 9f8653f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ node_modules
44
test
55
coverage
66
.husky/_
7-
changelog.md
7+
CHANGELOG.md

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "twitter.js",
3-
"version": "0.12.0",
3+
"version": "0.13.0",
44
"author": "Shubham Parihar <[email protected]>",
55
"description": "An object-oriented Node.js and TypeScript library for interacting with Twitter API v2",
66
"main": "./dist/index.js",
@@ -15,7 +15,7 @@
1515
"lint:fix": "eslint . --ext .js,.ts --fix",
1616
"format:check": "prettier --check .",
1717
"format:fix": "prettier --write .",
18-
"changelog": "git cliff --output CHANGELOG.md",
18+
"changelog": "git-cliff --output CHANGELOG.md",
1919
"prepublishOnly": "npm run build"
2020
},
2121
"dependencies": {

0 commit comments

Comments
 (0)