Comparing version 0.3.0 to 0.4.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [0.4.0](https://github.com/JAdshead/actions-test/compare/v0.3.0...v0.4.0) (2022-04-12) | ||
### Features | ||
* **repo1:** another feat ([#8](https://github.com/JAdshead/actions-test/issues/8)) ([944ffeb](https://github.com/JAdshead/actions-test/commit/944ffebea5a3bfb59221e226e2fa9847443ddaa5)) | ||
# [0.3.0](https://github.com/JAdshead/actions-test/compare/v0.2.0...v0.3.0) (2022-04-12) | ||
@@ -8,0 +19,0 @@ |
module.exports = () => { | ||
console.log("i dont do anything") | ||
console.log("i dont do anything.") | ||
} |
{ | ||
"name": "ja-repo1", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"description": "", | ||
@@ -9,3 +9,3 @@ "main": "index.js", | ||
"license": "ISC", | ||
"gitHead": "58185abaf8d83759e766298c500d43b9639ed834" | ||
"gitHead": "d76e28dadfe31774607cc03c699c2c73a9f46d06" | ||
} |
1482