Skip to content

Commit 42904cc

Browse files
committed
chore(release): 2.2.2
1 parent 5a4edba commit 42904cc

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="2.2.2"></a>
6+
## [2.2.2](https://github.com/Kocal/jsdoc-vuejs/compare/v2.2.1...v2.2.2) (2018-10-01)
7+
8+
9+
510
<a name="2.2.1"></a>
611
## [2.2.1](https://github.com/Kocal/jsdoc-vuejs/compare/v2.2.0...v2.2.1) (2018-10-01)
712

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
22
"name": "jsdoc-vuejs",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
44
"description": "A JSDoc plugin for documenting .vue files.",
55
"main": "index.js",
6-
"files": ["lib"],
6+
"files": [
7+
"lib"
8+
],
79
"scripts": {
810
"test": "jest",
911
"lint": "eslint --ext .js index.js config.js lib __tests__ cypress",

0 commit comments

Comments
 (0)