Skip to content

Commit

Permalink
bump version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholas-codecov committed Dec 4, 2024
1 parent b4e0035 commit aed77bb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ exports[`Generating astro stats 4 {"format":"es","expected":"esm"} matches the s
"outputPath": StringContaining "dist",
"plugin": {
"name": StringMatching "@codecov/astro-plugin",
"version": "1.5.0",
"version": "1.5.1",
},
"version": "2",
}
Expand All @@ -36,7 +36,7 @@ exports[`Generating astro stats 4 {"format":"es","expected":"esm"} matches the s
"outputPath": StringContaining "dist",
"plugin": {
"name": StringMatching "@codecov/astro-plugin",
"version": "1.5.0",
"version": "1.5.1",
},
"version": "2",
}
Expand All @@ -57,7 +57,7 @@ exports[`Generating astro stats 4 {"format":"esm","expected":"esm"} matches the
"outputPath": StringContaining "dist",
"plugin": {
"name": StringMatching "@codecov/astro-plugin",
"version": "1.5.0",
"version": "1.5.1",
},
"version": "2",
}
Expand All @@ -78,7 +78,7 @@ exports[`Generating astro stats 4 {"format":"esm","expected":"esm"} matches the
"outputPath": StringContaining "dist",
"plugin": {
"name": StringMatching "@codecov/astro-plugin",
"version": "1.5.0",
"version": "1.5.1",
},
"version": "2",
}
Expand All @@ -99,7 +99,7 @@ exports[`Generating astro stats 4 {"format":"module","expected":"esm"} matches t
"outputPath": StringContaining "dist",
"plugin": {
"name": StringMatching "@codecov/astro-plugin",
"version": "1.5.0",
"version": "1.5.1",
},
"version": "2",
}
Expand All @@ -120,7 +120,7 @@ exports[`Generating astro stats 4 {"format":"module","expected":"esm"} matches t
"outputPath": StringContaining "dist",
"plugin": {
"name": StringMatching "@codecov/astro-plugin",
"version": "1.5.0",
"version": "1.5.1",
},
"version": "2",
}
Expand Down
2 changes: 1 addition & 1 deletion packages/astro-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codecov/astro-plugin",
"version": "1.5.0",
"version": "1.5.1",
"description": "Official Codecov Astro Plugin",
"author": "Codecov",
"license": "MIT",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
exports[`astroBundleAnalysisPlugin > when called > returns a plugin object 1`] = `
{
"name": "@codecov/astro-plugin",
"pluginVersion": "1.5.0",
"pluginVersion": "1.5.1",
"version": "2",
"vite": {
"generateBundle": [Function],
Expand Down

0 comments on commit aed77bb

Please sign in to comment.