We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 938e859 commit 246a847Copy full SHA for 246a847
CHANGELOG.md
@@ -1,6 +1,18 @@
1
# Changelog
2
3
4
+## v2.1.4
5
+
6
+[compare changes](https://github.com/Baroshem/nuxt-security/compare/v2.1.3...v2.1.4)
7
8
+### 🩹 Fixes
9
10
+- #564 resolves issue with element.replace on non-string elements ([#564](https://github.com/Baroshem/nuxt-security/issues/564))
11
12
+### ❤️ Contributors
13
14
+- Lawren <[email protected]>
15
16
## v2.1.3
17
18
[compare changes](https://github.com/Baroshem/nuxt-security/compare/v2.1.2...v2.1.3)
package.json
@@ -1,6 +1,6 @@
{
"name": "nuxt-security",
- "version": "2.1.3",
+ "version": "2.1.4",
"license": "MIT",
"type": "module",
"engines": {
0 commit comments