actions-playground
Advanced tools
Comparing version 1.1.0 to 1.2.0
@@ -5,2 +5,16 @@ # Changelog | ||
## [1.2.0](https://github.com/SkeLLLa/actions-playground/compare/v1.1.0...v1.2.0) (2020-05-22) | ||
### Features | ||
- feat 1 ([c1454d6](https://github.com/SkeLLLa/actions-playground/commit/c1454d6e1a0c0c444d08fab934b0b0c2d62ecdce)) | ||
### Bug Fixes | ||
- fix 2 ([4351fe7](https://github.com/SkeLLLa/actions-playground/commit/4351fe764c098324c594b1b4307bf48c56bbbc62)) | ||
### Misc | ||
- chore 3 ([2c9e11b](https://github.com/SkeLLLa/actions-playground/commit/2c9e11b257526871deb8dc2a32a6fb2f50aaba44)) | ||
## [1.1.0](https://github.com/SkeLLLa/actions-playground/compare/v1.1.0-rc.2...v1.1.0) (2020-05-22) | ||
@@ -7,0 +21,0 @@ |
{ | ||
"name": "actions-playground", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "GH actions playground", | ||
@@ -18,2 +18,3 @@ "keywords": [], | ||
"scripts": { | ||
"get-changelog": "conventional-changelog -r 2 -p angular", | ||
"lint": "eslint .", | ||
@@ -35,4 +36,5 @@ "pub": "npm publish --access=public", | ||
"@types/jest": "^25.0.0", | ||
"@types/node": "^13.13.5", | ||
"@typescript-eslint/parser": "^2.31.0", | ||
"@types/node": "^14.0.0", | ||
"@typescript-eslint/parser": "^3.0.0", | ||
"conventional-changelog-cli": "^2.0.34", | ||
"eslint": "^7.0.0", | ||
@@ -39,0 +41,0 @@ "eslint-config-google": "^0.14.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
6214
21