assemblyscript-prettier
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -0,1 +1,11 @@ | ||
## [1.0.5](https://github.com/HerrCai0907/assemblyscript-prettier/compare/1.0.3...1.0.5) (2022-10-25) | ||
### Bug Fixes | ||
* prettierignore path error ([5d945a5](https://github.com/HerrCai0907/assemblyscript-prettier/commit/5d945a591708216ba52ba7ac858779cd16e5f1d8)) | ||
* rename ignore file name to avoid collision ([72c9a3b](https://github.com/HerrCai0907/assemblyscript-prettier/commit/72c9a3bef8e1bcd480c2582b2703ef142d3aea1f)) | ||
## [1.0.4](https://github.com/HerrCai0907/assemblyscript-prettier/compare/1.0.3...1.0.4) (2022-08-10) | ||
@@ -2,0 +12,0 @@ |
{ | ||
"name": "assemblyscript-prettier", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "prettier for assemblyscript", | ||
@@ -29,3 +29,3 @@ "bin": { | ||
"peerDependencies": { | ||
"assemblyscript": "^0.20.0", | ||
"assemblyscript": "^0.22.0", | ||
"prettier": "^2.7.1" | ||
@@ -32,0 +32,0 @@ }, |
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
8642