Skip to content

Commit 0807c0f

Browse files
author
Tim Mendoza
committed
Bump version after release [skip ci]
1 parent 5e625fd commit 0807c0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
git config --global user.name "twilio-sdk-build"
6161
- run: git checkout $DEFAULT_BRANCH
6262
- run: npm --no-git-tag-version version patch
63-
- run: git add package.json package-lock.json
63+
- run: git add package.json
6464
- run: git commit -m "Bump version after release [skip ci]"
6565
- run: git push origin $DEFAULT_BRANCH
6666

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@twilio-labs/plugin-rtc",
3-
"version": "0.8.4",
3+
"version": "0.8.5",
44
"description": "A Twilio-CLI plugin for real-time communication apps",
55
"main": "index.js",
66
"publishConfig": {

0 commit comments

Comments
 (0)