Skip to content

Commit 02e2cbd

Browse files
authored
Merge pull request #46 from fcollonval/bump-v3.0.0
Bump to v3.0.0
2 parents 5d6b908 + 3ca5e86 commit 02e2cbd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 3.0.0
3+
## 3.0.0 (2021-04-18)
44

55
- Port to JupyterLab 3 (#29)
66
- Fixes comment duplication when code mirror viewport is updated (#43)

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Releases should be cut from the GitHub Actions archive
6161
> It is recommended to start a new GitHub issue with this checklist of tasks to perform
6262
6363
- [ ] On a GitHub PR
64-
- [ ] bump the release numbers, as appropriate, in `_version.py` and `package.json`
64+
- [ ] bump the release numbers, as appropriate, in `package.json`
6565
- [ ] update the CHANGELOG
6666
- [ ] After review, merge to the `master` branch
6767
- [ ] From the `master` build, download the `pull-requests dist <an ever-increasing number>.zip`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyterlab/pullrequests",
3-
"version": "3.0.0-beta.0",
3+
"version": "3.0.0",
44
"description": "Pull Requests for JupyterLab",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)