Skip to content

Commit

Permalink
Prepare rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
khawkins98 committed Jan 7, 2020
1 parent 74e0771 commit 1917a7b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion PUBLISHING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ See also: [Guide on versions in `vf-core`](https://visual-framework.github.io/vf
1. update the version
- https://docs.npmjs.com/cli/version
- `npm version [<newversion> | major | minor | patch | premajor | preminor | prepatch | prerelease [--preid=<prerelease-id>] | from-git]`
1. PR `develop` to `master`
1. publish to npm
- `npm publish`

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": "@visual-framework/vf-core",
"version": "2.0.0-rc.1",
"version": "2.0.0-rc.2",
"description": "Visual Framework 2.0",
"main": "index.js",
"vfConfig": {
Expand Down

0 comments on commit 1917a7b

Please sign in to comment.