Skip to content

Commit

Permalink
chore(release): 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
TouchSek committed Sep 24, 2021
1 parent 7f22197 commit dfe486b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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.

### [0.0.5](https://github.com/chantouchsek/v-sanitize/compare/v0.0.6...v0.0.5) (2021-09-24)

### [0.0.6](https://github.com/chantouchsek/v-sanitize/compare/v0.0.4...v0.0.6) (2021-09-24)


Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "v-sanitize",
"version": "0.0.6",
"version": "0.0.5",
"description": "Whitelist-based HTML sanitizer for Vue.js apps.",
"homepage": "https://github.com/chantouchsek/v-sanitize",
"main": "dist/v-sanitize.js",
"types": "types/index.d.ts",
"scripts": {
"build": "rm -rf dist/* && babel src --out-file=dist/v-sanitize.js",
"release": "standard-version && git push --follow-tags origin master && npm publish",
"release": "standard-version && git push --follow-tags origin master && yarn publish",
"prepublish": "npm run build"
},
"files": [
Expand Down Expand Up @@ -48,5 +48,8 @@
"standard-version": "^9.3.1",
"v-sanitize": "^0.0.4",
"vue": "^2.6.14"
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit dfe486b

Please sign in to comment.