Skip to content

Commit 32c36a5

Browse files
committed
Release v0.4.0
1 parent 089146a commit 32c36a5

File tree

3 files changed

+24
-5
lines changed

3 files changed

+24
-5
lines changed

.release-it.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
"requireBranch": "master",
55
"requireCleanWorkingDir": false
66
},
7-
"github": {
8-
"release": true,
9-
"assets": ["dist/*.js"]
10-
},
117
"gitlab": {
128
"release": true,
139
"assets": ["dist/*.js"]

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
4+
5+
## [0.4.0] - 2020-07-14
6+
7+
- 🤷🏻
8+
9+
## [0.3.5] - 28 June 2020
10+
11+
- :wrench: another vain attempt at getting release-it to work [`48919aa`](https://gitlab.com/selfagency/vue-gridjs/commit/48919aa36f757260ca6c15922fe2765a8b3864c5)
12+
- Release 0.3.5 [`7ca243f`](https://gitlab.com/selfagency/vue-gridjs/commit/7ca243f23db1cdb05006a873b40f4b92bc753651)
13+
14+
## 0.3.4 - 28 June 2020
15+
16+
- fix url [`#5`](https://gitlab.com/selfagency/vue-gridjs/merge_requests/5)
17+
- fix css module issue and update to latest grid.js api [`5ab77cd`](https://gitlab.com/selfagency/vue-gridjs/commit/5ab77cd6dee279618d8ef23862c85570464bc159)
18+
- initial commit [`178cd64`](https://gitlab.com/selfagency/vue-gridjs/commit/178cd6453a4f364e68fa733031624b6bf803e509)
19+
- fix update api + scoped css [`a479420`](https://gitlab.com/selfagency/vue-gridjs/commit/a479420008d8850ece56bb867d079ab39b0150f7)
20+
21+
[unreleased]: https://github.com/grid-js/gridjs-vue/compare/v0.0.1...HEAD
22+
[0.4.0]: https://gitlab.com/selfagency/vue-gridjs/compare/v0.3.5...v0.4.0
23+
[0.3.5]: https://gitlab.com/selfagency/vue-gridjs/compare/v0.3.4...v0.3.5

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": "0.3.5",
4+
"version": "0.4.0",
55
"license": "MIT",
66
"private": false,
77
"authors": [

0 commit comments

Comments
 (0)