Skip to content

Commit 331e8b4

Browse files
committed
chore(release): 0.0.13
1 parent 0f0e17d commit 331e8b4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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.13](https://github.com/chantouchsek/v-sanitize/compare/v0.0.12...v0.0.13) (2023-07-19)
6+
7+
8+
### Bug Fixes
9+
10+
* **deps:** bump semver from 5.7.1 to 5.7.2 ([c0051c4](https://github.com/chantouchsek/v-sanitize/commit/c0051c403f7435782c8cdec8866e42ff628c4817))
11+
* **deps:** bump word-wrap from 1.2.3 to 1.2.4 ([f0e80ac](https://github.com/chantouchsek/v-sanitize/commit/f0e80ac0f4fd1e509c97cf5e60df57a5c7b2326e))
12+
513
### [0.0.12](https://github.com/chantouchsek/v-sanitize/compare/v0.0.11...v0.0.12) (2023-07-07)
614

715

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "v-sanitize",
3-
"version": "0.0.12",
3+
"version": "0.0.13",
44
"description": "Whitelist-based HTML sanitizer for Vue.js apps.",
55
"homepage": "https://github.com/chantouchsek/v-sanitize",
66
"main": "dist/sanitize.js",

0 commit comments

Comments
 (0)