diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e3dfb4..06b04cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,30 @@ # 1.0.0 (2024-08-28) +### Bug Fixes + +* attempt to fix npm token issue ([692d918](https://github.com/TurtIeSocks/uicons.js/commit/692d9188124205778b5b1162d79e939107331b41)) +* CI ([04ba829](https://github.com/TurtIeSocks/uicons.js/commit/04ba82945128c0d69dda23489bfc95910a4ed0d1)) +* drop volta and swap to node 20 types ([98daec8](https://github.com/TurtIeSocks/uicons.js/commit/98daec8125f54134767e5bdc391e45c7fbcb0e84)) +* example site import ([7f40a7b](https://github.com/TurtIeSocks/uicons.js/commit/7f40a7bff4e0e3be6a6e039bc2b7a83943bd61a8)) +* gh pages ci ([50419e6](https://github.com/TurtIeSocks/uicons.js/commit/50419e60dd64be160fe9a3c152dd70a73387f11a)) +* pnpm version ([6669bd2](https://github.com/TurtIeSocks/uicons.js/commit/6669bd2fb9baa83ab5ca73c82ae655346a5d26c3)) +* readme ([4fb64f9](https://github.com/TurtIeSocks/uicons.js/commit/4fb64f99e777c241c54d76218953d1992507abf9)) +* team method ([091574f](https://github.com/TurtIeSocks/uicons.js/commit/091574f90659852e2c20d0b3c248fdb909908d38)) +* version that got downgraded... ([15632ad](https://github.com/TurtIeSocks/uicons.js/commit/15632ad5bf71b8e5e1ce79b8a71bc9380ef2e58b)) +* volta version ([bd8786e](https://github.com/TurtIeSocks/uicons.js/commit/bd8786e4841a3a52b3edf60db168933cac620247)) + + +### Features + +* add gh pages ([25b5ffb](https://github.com/TurtIeSocks/uicons.js/commit/25b5ffb0a3961ac07283fb7573069bad7616356f)) +* add jest tests ([9b5a60b](https://github.com/TurtIeSocks/uicons.js/commit/9b5a60babf24d1d7d33c47c96e44393c73ad899f)) +* button to show full contents of uicons index vs masterfile ([908994c](https://github.com/TurtIeSocks/uicons.js/commit/908994c201de28aba58e6576f7b3a5ea36dfc9a7)) +* esm & cjs compatibility ([28f4dab](https://github.com/TurtIeSocks/uicons.js/commit/28f4dab9deb7e12f359d46a4a009f6b84377c8bc)) + +# 1.0.0 (2024-08-28) + + ### Bug Fixes * attempt to fix npm token issue ([692d918](https://github.com/TurtIeSocks/uicons.js/commit/692d9188124205778b5b1162d79e939107331b41)) diff --git a/package.json b/package.json index 1265b59..6c283ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uicons.js", - "version": "1.2.0", + "version": "1.0.0", "description": "UICONS JavaScript Library", "repository": "https://github.com/TurtIeSocks/uicons.js", "author": "TurtIeSocks <58572875+TurtIeSocks@users.noreply.github.com>",