Skip to content

Commit

Permalink
version bump and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasjabari committed Mar 4, 2022
1 parent 6512fe5 commit 8609bad
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v3.0.0 Release - 2022-03-04

- same as v3.0.0.rc3

## v3.0.0.rc3 Release - 2022-02-23

### Bugfixes
Expand Down
2 changes: 1 addition & 1 deletion lib/matestack/ui/vue_js/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Matestack
module Ui
module VueJs
VERSION = '3.0.0.rc3'
VERSION = '3.0.0'
end
end
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "matestack-ui-vuejs",
"version": "3.0.0-rc3",
"version": "3.0.0",
"main": "./lib/matestack/ui/vue_js/index.js",
"files": [
"lib/**/*.js",
Expand Down

0 comments on commit 8609bad

Please sign in to comment.