diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..aecd31d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,19 @@ +# 1.0.0 (2022-06-22) + + +### Bug Fixes + +* add correct package and files for sem-release ([19184f3](https://github.com/Gawdfrey/sanity-plugin-asset-source-remove-bg/commit/19184f356cec7703ce8ed710be6c1aa6e8dc9df8)) +* Another try ([f358d7c](https://github.com/Gawdfrey/sanity-plugin-asset-source-remove-bg/commit/f358d7cf300153c2453b68e3ec8bde6178c17f85)) +* remove zip as a image format as it returns two images and is not supported by the plugin ([133540c](https://github.com/Gawdfrey/sanity-plugin-asset-source-remove-bg/commit/133540c96f6e1e24bb757116410af9cd6fda5804)) +* trying to release again ([44910b6](https://github.com/Gawdfrey/sanity-plugin-asset-source-remove-bg/commit/44910b6eb6ae0c54e2b3b488eb718eaaf789a7f6)) +* update readme and add gif ([6adde95](https://github.com/Gawdfrey/sanity-plugin-asset-source-remove-bg/commit/6adde95aad6df835b8432f567848b1d1c461ade7)) +* update readme and refactoring of hasRole function ([dda4d7e](https://github.com/Gawdfrey/sanity-plugin-asset-source-remove-bg/commit/dda4d7e64f5abb89bed522a30b6374f6e269b886)) +* we try again ([88edd65](https://github.com/Gawdfrey/sanity-plugin-asset-source-remove-bg/commit/88edd65826f9c38bdb9f839caca898fd914f7379)) + + +### Features + +* Create release workflows ([8af71c2](https://github.com/Gawdfrey/sanity-plugin-asset-source-remove-bg/commit/8af71c297034baf2089272ca62db1d6fa702a69d)) +* full functionality ([ece40cd](https://github.com/Gawdfrey/sanity-plugin-asset-source-remove-bg/commit/ece40cdb401431bed6ac5f269165a668247099a3)) +* update readme and added check for if your user is allowed to use the plugin ([4d093d7](https://github.com/Gawdfrey/sanity-plugin-asset-source-remove-bg/commit/4d093d75fe8b4684674e0a856f9f7b78b1f24900)) diff --git a/package-lock.json b/package-lock.json index 2d333e5..c18338b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sanity-plugin-asset-source-remove-bg", - "version": "0.0.0-development", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "sanity-plugin-asset-source-remove-bg", - "version": "0.0.0-development", + "version": "1.0.0", "license": "MIT", "dependencies": { "@sanity/incompatible-plugin": "^0.0.1-studio-v3.1", diff --git a/package.json b/package.json index 08f9704..817b999 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sanity-plugin-asset-source-remove-bg", - "version": "0.0.0-development", + "version": "1.0.0", "description": "Remove the background of your images with remove.bg API through the sanity studio", "author": { "name": "Rein Undheim",