Skip to content

Commit 8609bad

Browse files
committed
version bump and changelog
1 parent 6512fe5 commit 8609bad

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v3.0.0 Release - 2022-03-04
4+
5+
- same as v3.0.0.rc3
6+
37
## v3.0.0.rc3 Release - 2022-02-23
48

59
### Bugfixes

lib/matestack/ui/vue_js/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Matestack
22
module Ui
33
module VueJs
4-
VERSION = '3.0.0.rc3'
4+
VERSION = '3.0.0'
55
end
66
end
77
end

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "matestack-ui-vuejs",
3-
"version": "3.0.0-rc3",
3+
"version": "3.0.0",
44
"main": "./lib/matestack/ui/vue_js/index.js",
55
"files": [
66
"lib/**/*.js",

0 commit comments

Comments
 (0)