@krimzen-ninja/common-errors
Advanced tools
Comparing version 0.5.1 to 0.5.2
@@ -5,2 +5,26 @@ # Changelog | ||
## [0.5.2](https://github.com/KrimzenNinja/krimzen-ninja/compare/common-errors-0.5.1...common-errors-0.5.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) | ||
### Features | ||
* **common-errors:** adding old publish back in for comparison ([e79bc3e](https://github.com/KrimzenNinja/krimzen-ninja/commit/e79bc3e213bd79c1df73fc2cc390c072ab413e89)) | ||
* **common-errors:** removing commented out code ([57b544f](https://github.com/KrimzenNinja/krimzen-ninja/commit/57b544f15fa8b531300711436fed8ceead7da2c2)) | ||
* **npm-libs:** updating package.json descriptions ([e930443](https://github.com/KrimzenNinja/krimzen-ninja/commit/e9304432c133463cc6c58849b424f687c429ff3a)) | ||
### Bug Fixes | ||
* **common-errors:** updating common errors to use BSON so it can run on web ([f0c1405](https://github.com/KrimzenNinja/krimzen-ninja/commit/f0c14058d8a810a5229b7faa122ea5587aedcb1d)) | ||
* **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)) | ||
* **nx:** changing the dist folder of common-errors so that builds work with npm workspaces ([7e1cafc](https://github.com/KrimzenNinja/krimzen-ninja/commit/7e1cafca2dafa1020bf02b5462461c3ca4bfe0b7)) | ||
## [0.5.1](https://github.com/KrimzenNinja/krimzen-ninja/compare/common-errors-0.5.0...common-errors-0.5.1) (2023-12-18) | ||
@@ -7,0 +31,0 @@ |
{ | ||
"name": "@krimzen-ninja/common-errors", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"description": "A collection of custom common errors that can be used across projects and modules and a base class to extend.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -5,2 +5,4 @@ # common-errors | ||
A collection of custom common errors that can be used across projects and modules and a base class to extend. | ||
## Running unit tests | ||
@@ -13,1 +15,2 @@ | ||
Run `nx lint common-errors` to execute the lint via [ESLint](https://eslint.org/). | ||
. |
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
19212
15