Skip to content

Commit

Permalink
v0.0.37
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccurdy committed Jul 24, 2024
1 parent 7aaeb09 commit 487b823
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ yarn version [ major | minor | patch | prerelease ]

```bash
git add -u
git commit -m "vX.Y.Z"
git tag -a "vX.Y.Z"
TAG=vX.Y.Z && git commit -m $TAG && git tag -a $TAG -m $TAG
```

3. Push to GitHub
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"repository": "github:CartoDB/carto-api-client",
"author": "Don McCurdy <[email protected]>",
"packageManager": "[email protected]",
"version": "0.0.36",
"version": "0.0.37",
"license": "MIT",
"publishConfig": {
"access": "public",
Expand Down

0 comments on commit 487b823

Please sign in to comment.