Skip to content

Commit 86c5bfb

Browse files
chore: Bump version in package.json (#136)
1 parent 1572f2f commit 86c5bfb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

packages/pyright-scip/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ in `.tool-versions` may also lead to errors.
8080

8181
## Publishing releases
8282

83-
1. Change the version in `packages/pyright/package.json`
83+
1. Change the version in `packages/pyright-scip/package.json`
8484
to `M.N.P` and land a PR with that.
8585
2. Add a tag `vM.N.P` to the commit on the `scip` branch
8686
and push that tag.

packages/pyright-scip/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.

packages/pyright-scip/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sourcegraph/scip-python",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "SCIP indexer for Python",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)