Skip to content

Commit 1e97987

Browse files
authored
Merge pull request #2 from AegisJSProject/patch/keywords
Add keywords
2 parents 96275b8 + a582756 commit 1e97987

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [v1.0.1] - 2024-04-01
10+
11+
### Added
12+
- Add keywords to package
13+
914
## [v1.0.0] - 2024-04-01
1015

1116
Initial Release

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
{
22
"name": "@aegisjsproject/trusted-types",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A polyfill for the Trusted Types API",
5-
"keywords": [],
5+
"keywords": [
6+
"aegis",
7+
"trusted-types",
8+
"security",
9+
"polyfill"
10+
],
611
"type": "module",
712
"main": "./trusted-types.cjs",
813
"module": "./trusted-types.js",

0 commit comments

Comments
 (0)