Skip to content

Commit dfe486b

Browse files
committed
chore(release): 0.0.5
1 parent 7f22197 commit dfe486b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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.5](https://github.com/chantouchsek/v-sanitize/compare/v0.0.6...v0.0.5) (2021-09-24)
6+
57
### [0.0.6](https://github.com/chantouchsek/v-sanitize/compare/v0.0.4...v0.0.6) (2021-09-24)
68

79

package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "v-sanitize",
3-
"version": "0.0.6",
3+
"version": "0.0.5",
44
"description": "Whitelist-based HTML sanitizer for Vue.js apps.",
55
"homepage": "https://github.com/chantouchsek/v-sanitize",
66
"main": "dist/v-sanitize.js",
77
"types": "types/index.d.ts",
88
"scripts": {
99
"build": "rm -rf dist/* && babel src --out-file=dist/v-sanitize.js",
10-
"release": "standard-version && git push --follow-tags origin master && npm publish",
10+
"release": "standard-version && git push --follow-tags origin master && yarn publish",
1111
"prepublish": "npm run build"
1212
},
1313
"files": [
@@ -48,5 +48,8 @@
4848
"standard-version": "^9.3.1",
4949
"v-sanitize": "^0.0.4",
5050
"vue": "^2.6.14"
51+
},
52+
"publishConfig": {
53+
"access": "public"
5154
}
5255
}

0 commit comments

Comments
 (0)