diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..d91224e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,35 @@ +# Changelog + +## v0.0.1 + +### 🚀 Enhancements + +- Enhance CLI to support video watermarking and reorganizing files ([e2736ef](https://github.com/RED-CAT-PICTURES/red-cat-pictures-tools/commit/e2736ef)) +- Enhance watermarking tool with file reorganizing capabilities ([73015e2](https://github.com/RED-CAT-PICTURES/red-cat-pictures-tools/commit/73015e2)) + +### 🏡 Chore + +- Project init ([1f58e27](https://github.com/RED-CAT-PICTURES/red-cat-pictures-tools/commit/1f58e27)) +- Deps updated ([c51260e](https://github.com/RED-CAT-PICTURES/red-cat-pictures-tools/commit/c51260e)) +- Packages and license updated ([8ada9fd](https://github.com/RED-CAT-PICTURES/red-cat-pictures-tools/commit/8ada9fd)) + +### ❤️ Contributors + +- Shirsendu Bairagi ([@shba007](https://github.com/shba007)) + +## v0.0.1 + +### 🚀 Enhancements + +- Enhance CLI to support video watermarking and reorganizing files ([e2736ef](https://github.com/RED-CAT-PICTURES/red-cat-pictures-tools/commit/e2736ef)) +- Enhance watermarking tool with file reorganizing capabilities ([73015e2](https://github.com/RED-CAT-PICTURES/red-cat-pictures-tools/commit/73015e2)) + +### 🏡 Chore + +- Project init ([1f58e27](https://github.com/RED-CAT-PICTURES/red-cat-pictures-tools/commit/1f58e27)) +- Deps updated ([c51260e](https://github.com/RED-CAT-PICTURES/red-cat-pictures-tools/commit/c51260e)) +- Packages and license updated ([8ada9fd](https://github.com/RED-CAT-PICTURES/red-cat-pictures-tools/commit/8ada9fd)) + +### ❤️ Contributors + +- Shirsendu Bairagi ([@shba007](https://github.com/shba007)) diff --git a/package.json b/package.json index 42ae3f7..7ab5124 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "red-cat-pictures-tools", - "version": "0.0.0", + "version": "0.0.1", "description": "Bulk Watermark adding & file reorganizing tool", "author": "Shirsendu Bairagi ", "license": "MIT",