Skip to content

Commit

Permalink
chore(release): v2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vejja committed Nov 22, 2024
1 parent 4f31943 commit ff19b56
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog


## v2.1.3

[compare changes](https://github.com/Baroshem/nuxt-security/compare/v2.1.2...v2.1.3)

### 🩹 Fixes

- #564 resolves issue with element.replace on non-string elements ([#564](https://github.com/Baroshem/nuxt-security/issues/564))

### ❤️ Contributors

- Lawren <[email protected]>

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-security",
"version": "2.1.2",
"version": "2.1.3",
"license": "MIT",
"type": "module",
"engines": {
Expand Down Expand Up @@ -48,6 +48,7 @@
"dev:preview": "nuxi preview playground",
"dev:docs": "rm -rf dist && cd docs && yarn dev",
"lint": "eslint .",
"release": "yarn lint && yarn test && yarn prepack && changelogen --release && npm publish && git push --follow-tags",
"test": "vitest run --silent",
"test:watch": "vitest watch",
"stackblitz": "cd .stackblitz && yarn && yarn dev"
Expand All @@ -68,6 +69,7 @@
"@nuxt/schema": "^3.11.2",
"@nuxt/test-utils": "^3.12.0",
"@types/node": "^18.18.1",
"changelogen": "^0.5.7",
"eslint": "^8.50.0",
"nuxt": "^3.11.2",
"typescript": "^5.4.5",
Expand Down

0 comments on commit ff19b56

Please sign in to comment.