diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f582cc..2c12747 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 2.0.0 + +- build(deps): upgrade to node16 + # 1.2.1 - fix: throw "lcov is empty" instead of "parsing error!" diff --git a/LICENSE b/LICENSE index 9b1287f..bba8e50 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 Very Good Ventures +Copyright (c) 2022 Very Good Ventures Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index ca9c187..6176258 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ A GitHub Action which helps enforce a minimum code coverage threshold. ## Example usage ```yaml -uses: VeryGoodOpenSource/very_good_coverage@v1 +uses: VeryGoodOpenSource/very_good_coverage@v2 with: path: './coverage/lcov.info' min_coverage: 95 diff --git a/package-lock.json b/package-lock.json index 3edb902..d3c4ac2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "very-good-coverage", - "version": "1.2.1", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "very-good-coverage", - "version": "1.2.1", + "version": "2.0.0", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index 60add64..752bcf9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "very-good-coverage", - "version": "1.2.1", + "version": "2.0.0", "description": "A Github Action which helps enforce code coverage threshold using lcov", "main": "index.js", "scripts": {