Skip to content

Commit

Permalink
chore: bump version to v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iShibi committed Oct 2, 2021
1 parent cb7664a commit 1460794
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ on:
release:
types: [published]
jobs:
NPM:
name: npm-publish
Npm-Publish:
name: npm
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "twitter.js",
"version": "0.6.0",
"version": "0.7.0",
"description": "An object-oriented Node.js and TypeScript library for interacting with Twitter API v2",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 1460794

Please sign in to comment.