Skip to content

Commit 93769c6

Browse files
committed
chore: Bump version to 1.7.7 and add CSP nonce support
- Updated version in CHANGELOG.md, package.json, and package/package.json - Added support for CSP `nonce` in style elements for better security compliance - Updated README.md to reflect the new version
1 parent 9ad383c commit 93769c6

File tree

6 files changed

+113
-104
lines changed

6 files changed

+113
-104
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format
44

55
## [Unreleased]
66

7+
## [1.7.7] - 13.05.2025
8+
### Added
9+
- Add support for CSP `nonce` Content-Security-Policy
10+
711
## [1.7.6] - 20.02.2025
812
### Fixed
913
- Fixed issue with demo app

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</p>
77
<p align="center">
88
<img src="https://img.shields.io/badge/license-MIT-green" alt="License MIT">
9-
<img src="https://img.shields.io/badge/version-1.7.6-blue" alt="version 1.7.6">
9+
<img src="https://img.shields.io/badge/version-1.7.7-blue" alt="version 1.7.7">
1010
<img src="https://img.shields.io/badge/maintained-yes-brightgreen" alt="maintained yes">
1111
</p>
1212

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-web-component-wrapper",
3-
"version": "1.7.6",
3+
"version": "1.7.7",
44
"description": "A Vue 3 plugin that provides a web component wrapper with styles, seamlessly integrating with Vuex, Vue Router, Vue I18n, and supporting Tailwind CSS and Sass styles.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)