Skip to content

Commit

Permalink
Merge pull request #46 from fcollonval/bump-v3.0.0
Browse files Browse the repository at this point in the history
Bump to v3.0.0
  • Loading branch information
fcollonval authored Apr 18, 2021
2 parents 5d6b908 + 3ca5e86 commit 02e2cbd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 3.0.0
## 3.0.0 (2021-04-18)

- Port to JupyterLab 3 (#29)
- Fixes comment duplication when code mirror viewport is updated (#43)
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Releases should be cut from the GitHub Actions archive
> It is recommended to start a new GitHub issue with this checklist of tasks to perform
- [ ] On a GitHub PR
- [ ] bump the release numbers, as appropriate, in `_version.py` and `package.json`
- [ ] bump the release numbers, as appropriate, in `package.json`
- [ ] update the CHANGELOG
- [ ] After review, merge to the `master` branch
- [ ] From the `master` build, download the `pull-requests dist <an ever-increasing number>.zip`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyterlab/pullrequests",
"version": "3.0.0-beta.0",
"version": "3.0.0",
"description": "Pull Requests for JupyterLab",
"keywords": [
"jupyter",
Expand Down

0 comments on commit 02e2cbd

Please sign in to comment.