diff --git a/CHANGELOG.md b/CHANGELOG.md index ae959ac..af220fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.11.0](https://github.com/NicolasOmar/reactive-bulma/compare/v1.10.3...v1.11.0) (2023-03-23) + + +### Features + +* Create component "Image" ([#78](https://github.com/NicolasOmar/reactive-bulma/issues/78)) ([#33](https://github.com/NicolasOmar/reactive-bulma/issues/33)) ([84ba022](https://github.com/NicolasOmar/reactive-bulma/commit/84ba022b0d16141e47a94894c54e7a53e8d15d4b)) + ## [1.10.3](https://github.com/NicolasOmar/reactive-bulma/compare/v1.10.2...v1.10.3) (2023-03-16) diff --git a/package-lock.json b/package-lock.json index c17bd29..4a2549d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "reactive-bulma", - "version": "1.10.3", + "version": "1.11.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "reactive-bulma", - "version": "1.10.3", + "version": "1.11.0", "license": "MIT", "devDependencies": { "@babel/core": "^7.20.12", diff --git a/package.json b/package.json index 704f86d..79d9833 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reactive-bulma", - "version": "1.10.3", + "version": "1.11.0", "description": "A typescript-react-based component library based on bulma", "keywords": [ "typescript",