diff --git a/CHANGELOG.md b/CHANGELOG.md index d9e1176..5a3291d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.3.0](https://github.com/blb-ventures/web-utils/compare/v1.2.1...v1.3.0) (2023-08-21) + + +### Features + +* adds examples to README.md and src/playground.ts ([d0a428f](https://github.com/blb-ventures/web-utils/commit/d0a428f90d36a3aaa5f2ad1602a81666399b98e8)) +* adds MIT LICENSE ([d0a428f](https://github.com/blb-ventures/web-utils/commit/d0a428f90d36a3aaa5f2ad1602a81666399b98e8)) + + +### Miscellaneous + +* also changes license in package.json ([63db370](https://github.com/blb-ventures/web-utils/commit/63db3707b3f304c0ec0d814ea5fbad0f0cfe7916)) + ## [1.2.1](https://github.com/blb-ventures/web-utils/compare/v1.2.0...v1.2.1) (2023-06-23) diff --git a/package-lock.json b/package-lock.json index c5dd073..3deb15e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@blb-ventures/web-utils", - "version": "1.2.1", + "version": "1.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@blb-ventures/web-utils", - "version": "1.2.1", + "version": "1.3.0", "license": "ISC", "devDependencies": { "@blb-ventures/eslint-config": "^0.1.6", diff --git a/package.json b/package.json index 7facf9f..4aa4dfd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@blb-ventures/web-utils", - "version": "1.2.1", + "version": "1.3.0", "description": "", "main": "./lib/index.js", "module": "./lib/index.mjs",