diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..4021e2a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +# Changelog + +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. + +### 1.0.1 (2023-03-23) diff --git a/package.json b/package.json index b98e998..b06a74b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "xss-shield", "author": "Louis-Kaan Ay", - "version": "1.0.0", + "version": "1.0.1", "description": "A powerful middleware for securing your express.js applications against cross-site scripting (XSS) attacks", "main": "build/main/index.js", "typings": "build/main/index.d.ts",