Skip to content

Commit b49d5ae

Browse files
committed
chore(release): 0.0.7
1 parent 1316256 commit b49d5ae

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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+
### [0.0.7](https://github.com/chantouchsek/nuxt-clipboard/compare/v0.0.6...v0.0.7) (2022-01-03)
6+
7+
8+
### Bug Fixes
9+
10+
* :fire: fix of nuxt module for vue use ([b6520b8](https://github.com/chantouchsek/nuxt-clipboard/commit/b6520b804a4cd0e414e64be0c3da6f5e50308c84))
11+
* **deps:** bump actions/stale from 3.0.18 to 4 ([3ed0d92](https://github.com/chantouchsek/nuxt-clipboard/commit/3ed0d92b12d9edb5662a983993dfebfd85e1b62c))
12+
* **deps:** bump handlebars from 4.7.6 to 4.7.7 ([5f44494](https://github.com/chantouchsek/nuxt-clipboard/commit/5f4449448030ec9d0790668366206b9f5f4b80f7))
13+
* **deps:** bump hosted-git-info from 2.8.8 to 2.8.9 ([23bd0ab](https://github.com/chantouchsek/nuxt-clipboard/commit/23bd0ab91ff4d1c2fe12f2f606d442e1b874de86))
14+
* **deps:** bump lodash from 4.17.20 to 4.17.21 ([e52401d](https://github.com/chantouchsek/nuxt-clipboard/commit/e52401dbcb050f80723b691a6b9ce7044fa8f16e))
15+
* **deps:** bump path-parse from 1.0.6 to 1.0.7 ([ce38445](https://github.com/chantouchsek/nuxt-clipboard/commit/ce38445d834d858ec13a64327900e9fec8b217c1))
16+
* update auth information and change reviewer in dependabot pr ([27a1ec4](https://github.com/chantouchsek/nuxt-clipboard/commit/27a1ec4847eaf73389fc1634b8b95c2f3f4d82dc))
17+
518
### [0.0.2](https://github.com/Chantouch/nuxt-clipboard/compare/v0.0.1...v0.0.2) (2020-09-09)
619

720
### 0.0.1 (2020-09-09)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-clipboard",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "A \"copy to clipboard\" module for Nuxt.js using vue-clipboard2",
55
"main": "lib/module.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)