@krimzen-ninja/storage-azure
Advanced tools
Comparing version 0.1.2 to 0.2.0
@@ -5,2 +5,29 @@ # Changelog | ||
## [0.1.1](https://github.com/KrimzenNinja/krimzen-ninja/compare/storage-azure-beta-0.1.0...storage-azure-beta-0.1.1) (2023-12-18) | ||
## 0.1.0 (2023-12-18) | ||
### Features | ||
* **npm-libs:** updating package.json descriptions ([e930443](https://github.com/KrimzenNinja/krimzen-ninja/commit/e9304432c133463cc6c58849b424f687c429ff3a)) | ||
### Bug Fixes | ||
* **github:** updating readmes to trigger deploy ([6757709](https://github.com/KrimzenNinja/krimzen-ninja/commit/675770937192d6699090461b485faa2bbbfe6a63)) | ||
* **npm:** adding a . to readmes to trigger build ([c7b1535](https://github.com/KrimzenNinja/krimzen-ninja/commit/c7b1535f4448a173530ae7e3f51c7ba9069add5e)) | ||
### Reverts | ||
* Revert "chore($storage-azure): release version 0.0.1 [skip ci]" ([8d4739a](https://github.com/KrimzenNinja/krimzen-ninja/commit/8d4739ac96381cec9609a2f15e1375c6e0f9ee89)) | ||
## [0.1.2](https://github.com/KrimzenNinja/krimzen-ninja/compare/storage-azure-0.1.1...storage-azure-0.1.2) (2023-12-18) | ||
### Bug Fixes | ||
* **github:** updating readmes to trigger deploy ([6757709](https://github.com/KrimzenNinja/krimzen-ninja/commit/675770937192d6699090461b485faa2bbbfe6a63)) | ||
## 0.0.1-beta.0 (2023-12-18) | ||
@@ -7,0 +34,0 @@ |
{ | ||
"name": "@krimzen-ninja/storage-azure", | ||
"description": "Library for handling interactions with Azure blob storage with a simplified api", | ||
"version": "0.1.2", | ||
"version": "0.2.0", | ||
"keywords": [ | ||
@@ -23,5 +23,5 @@ "krimzen-ninja", | ||
"@azure/storage-blob": "^12.17.0", | ||
"@krimzen-ninja/common-errors": "0.5.2", | ||
"@krimzen-ninja/common-errors": "0.2.0", | ||
"dotenv": "^16.3.1" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14083
+ Added@krimzen-ninja/common-errors@0.2.0(transitive)
- Removed@krimzen-ninja/common-errors@0.5.2(transitive)