Skip to content

Commit

Permalink
Merge pull request #2 from AegisJSProject/patch/keywords
Browse files Browse the repository at this point in the history
Add keywords
  • Loading branch information
shgysk8zer0 authored Apr 2, 2024
2 parents 96275b8 + a582756 commit 1e97987
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v1.0.1] - 2024-04-01

### Added
- Add keywords to package

## [v1.0.0] - 2024-04-01

Initial Release
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
{
"name": "@aegisjsproject/trusted-types",
"version": "1.0.0",
"version": "1.0.1",
"description": "A polyfill for the Trusted Types API",
"keywords": [],
"keywords": [
"aegis",
"trusted-types",
"security",
"polyfill"
],
"type": "module",
"main": "./trusted-types.cjs",
"module": "./trusted-types.js",
Expand Down

0 comments on commit 1e97987

Please sign in to comment.