Skip to content

Commit b55284d

Browse files
committed
changelog
1 parent ced97ac commit b55284d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
44

5-
## [Unreleased]
5+
## [5.0.1] - 2021-06-08
66

77
- Major update!
88
- Changed semantic versioning to match version of Grid.js on which it is built to work
@@ -11,6 +11,8 @@ All notable changes to this project will be documented in this file. Dates are d
1111
- Removed inessential dependencies and lightened the weight of others
1212
- Simplified the testing procedure
1313

14+
## [4.0.0] - 2020-07-14
15+
1416
## [0.4.1] - 2020-07-14
1517

1618
- Update documentation

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gridjs-vue",
33
"description": "A Vue.js wrapper component for Grid.js",
4-
"version": "4.0.0",
4+
"version": "5.0.1",
55
"license": "MIT",
66
"private": false,
77
"authors": [

0 commit comments

Comments
 (0)