diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d65fcd..03a8378 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.4.1](https://github.com/josias-r/boarding.js/compare/v3.4.0...v3.4.1) (2023-03-16) + + +### Bug Fixes + +* add keywords to npm package ([649bdb7](https://github.com/josias-r/boarding.js/commit/649bdb712adff4d1e4d7eed0fab711918a80cfd3)) + # [3.4.0](https://github.com/josias-r/boarding.js/compare/v3.3.4...v3.4.0) (2023-02-02) diff --git a/package.json b/package.json index d620a05..463bdb5 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,19 @@ "./styles/main.css": "./styles/main.css", "./styles/themes/basic.css": "./styles/themes/basic.css" }, + "keywords": [ + "tour", + "intro", + "onboarding", + "walkthrough", + "spotlight", + "popover", + "overlay", + "overlays", + "user-onboarding", + "feature-introductions", + "focus-shifters" + ], "files": [ "dist/**", "!**/.DS_Store",