From 94bf1f4baa2b0c2ba16f0c3d377afb124844c310 Mon Sep 17 00:00:00 2001 From: Ade Novid Date: Fri, 20 Sep 2024 21:26:40 +0700 Subject: [PATCH 1/2] ci: add lint after run test --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 181748b..89430bd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,6 +51,9 @@ jobs: - name: Run Test run: yarn coverage + - name: Run Lint + run: yarn coverage + - name: Upload to Codecov uses: codecov/codecov-action@v4 if: matrix.node-version == 20 From bbd15622149f0404295c0596b67860bc1df677e6 Mon Sep 17 00:00:00 2001 From: Ade Novid Date: Fri, 20 Sep 2024 21:27:45 +0700 Subject: [PATCH 2/2] chore: bump version to `1.0.0` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0132506..54ca17a 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "url": "git+https://github.com/adenvt/polyfillist.git" }, "packageManager": "yarn@4.3.1", - "version": "0.1.2", + "version": "1.0.0", "type": "module", "bin": "./dist/cli.mjs", "main": "./dist/index.cjs",