diff --git a/CHANGELOG.md b/CHANGELOG.md index c13dfe5..74bb6d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [1.3.0](https://github.com/rsuite/rsuite-icons/compare/v1.2.0...v1.3.0) (2024-10-29) + + +### Features + +* add some new icons ([#14](https://github.com/rsuite/rsuite-icons/issues/14)) ([b9e5747](https://github.com/rsuite/rsuite-icons/commit/b9e57473d0df37f8d514a33193534e0e58dbb203)) +* add some new icons ([#16](https://github.com/rsuite/rsuite-icons/issues/16)) ([a0a3add](https://github.com/rsuite/rsuite-icons/commit/a0a3add3ff0b3d3adf0c498c7b31936b2c52425a)) + + + # [1.2.0](https://github.com/rsuite/rsuite-icons/compare/v1.1.0...v1.2.0) (2024-10-16) diff --git a/package-lock.json b/package-lock.json index c3d3336..46fd058 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@rsuite/icons", - "version": "1.2.0", + "version": "1.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@rsuite/icons", - "version": "1.2.0", + "version": "1.3.0", "license": "MIT", "dependencies": { "@rsuite/icon-font": "^4.1.0", diff --git a/package.json b/package.json index 3208fa1..271a457 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rsuite/icons", - "version": "1.2.0", + "version": "1.3.0", "description": "All icons of rsuite", "main": "lib/cjs/index.js", "module": "lib/esm/index.js",