Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit 1ab9266

Browse files
committed
Merge pull request #143 from apiaryio/pksunkara/publish
Release v1.3.1
2 parents a4a60ca + 95269ea commit 1ab9266

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

circle.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,10 @@ machine:
55
checkout:
66
post:
77
- git submodule update --init --recursive
8+
9+
deployment:
10+
release:
11+
tag: /v.*/
12+
commands:
13+
- echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}' >.npmrc
14+
- npm publish

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "protagonist",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "API Blueprint Parser",
55
"author": "Apiary.io <support@apiary.io>",
66
"main": "./build/Release/protagonist",

0 commit comments

Comments
 (0)