Skip to content

Commit 184448c

Browse files
committed
Merge branch 'release-2.14.6' into release
2 parents adafcd2 + c2bb0e6 commit 184448c

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

contributor_docs/release.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,5 @@ Sometimes you might need to push a release for an isolated and small bug fix wit
4949
3. `git pull origin release`
5050
4. `git checkout -b <descriptive-branch-name>`
5151
5. `git cherry-pick <every sha in PR branch>`
52-
6. Make a new PR that merges into `release` (has a base branch `release`)
52+
6. Make a new PR that merges into `release` (has a base branch `release`)
53+
7. Done!

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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "p5.js-web-editor",
3-
"version": "2.14.5",
3+
"version": "2.14.6",
44
"description": "The web editor for p5.js.",
55
"scripts": {
66
"clean": "rimraf dist",

0 commit comments

Comments
 (0)