Skip to content

Commit 0592f5a

Browse files
committed
chore(release): 0.2.2
1 parent 0b65221 commit 0592f5a

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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="0.2.2"></a>
6+
## [0.2.2](https://github.com/daliborgogic/nuxt-interpolation/compare/v0.2.1...v0.2.2) (2018-09-13)
7+
8+
9+
### Bug Fixes
10+
11+
* cannot resolve ([0b65221](https://github.com/daliborgogic/nuxt-interpolation/commit/0b65221))
12+
13+
14+
515
<a name="0.2.1"></a>
616
## [0.2.1](https://github.com/daliborgogic/nuxt-interpolation/compare/v0.2.0...v0.2.1) (2018-09-13)
717

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "nuxt-interpolation",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
5-
"main": "lib/module.js",
5+
"main": "lib/module.js",
66
"directories": {
77
"lib": "lib"
88
},

0 commit comments

Comments
 (0)