diff --git a/CHANGELOG.md b/CHANGELOG.md index 46806563..7c71bb30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# 10.0.1 + +### Bugfixes + +- fix examples, readme file and Github Action workflow + + # 10.0.0 ### Features diff --git a/README.md b/README.md index 630ecfa9..d0f4d49e 100644 --- a/README.md +++ b/README.md @@ -181,6 +181,7 @@ You can use all default features without font-awesome. For more info, check offi **More than 100 releases in two years**, and more to come... :) +- 11/18/2022 - 10.0.1 - @ks89/angular-modal-gallery - [HERE](https://github.com/Ks89/angular-modal-gallery/releases) - 11/17/2022 - 10.0.0 - @ks89/angular-modal-gallery - [HERE](https://github.com/Ks89/angular-modal-gallery/releases) - 08/03/2022 - 10.0.0-rc.1 - @ks89/angular-modal-gallery - [HERE](https://github.com/Ks89/angular-modal-gallery/releases) - 05/10/2022 - 9.1.0 - @ks89/angular-modal-gallery - [HERE](https://github.com/Ks89/angular-modal-gallery/releases) diff --git a/package-lock.json b/package-lock.json index 35de90a1..9700943e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "angular-modal-gallery", - "version": "10.0.0", + "version": "10.0.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 89091047..f20aee2e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-modal-gallery", - "version": "10.0.0", + "version": "10.0.1", "description": "Image gallery for Angular", "license": "MIT", "author": "Stefano Cappa", diff --git a/projects/ks89/angular-modal-gallery/package.json b/projects/ks89/angular-modal-gallery/package.json index 6e79b87a..f9a70855 100644 --- a/projects/ks89/angular-modal-gallery/package.json +++ b/projects/ks89/angular-modal-gallery/package.json @@ -1,6 +1,6 @@ { "name": "@ks89/angular-modal-gallery", - "version": "10.0.0", + "version": "10.0.1", "description": "Image gallery for Angular", "license": "MIT", "author": "Stefano Cappa",