Skip to content

Commit a5465a5

Browse files
chore: release main (#288)
Co-authored-by: app-o11y-kwl-ci[bot] <181520879+app-o11y-kwl-ci[bot]@users.noreply.github.com>
1 parent 2a320ed commit a5465a5

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

packages/faro-cli/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.5.1](https://github.com/grafana/faro-javascript-bundler-plugins/compare/faro-cli-v0.5.0...faro-cli-v0.5.1) (2025-09-08)
4+
5+
6+
### Bug Fixes
7+
8+
* enabling recursive option for CLI ([#287](https://github.com/grafana/faro-javascript-bundler-plugins/issues/287)) ([6a2f301](https://github.com/grafana/faro-javascript-bundler-plugins/commit/6a2f3016cb4048fbb4365926f7a47f24dea9723f))
9+
310
## [0.5.0](https://github.com/grafana/faro-javascript-bundler-plugins/compare/faro-cli-v0.4.1...faro-cli-v0.5.0) (2025-08-12)
411

512

packages/faro-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grafana/faro-cli",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "CLI for uploading sourcemaps to the Faro source map API",
55
"main": "dist/cjs/index.js",
66
"types": "dist/cjs/index.d.ts",

release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages/faro-bundlers-shared": "0.5.0",
3-
"packages/faro-cli": "0.5.0",
3+
"packages/faro-cli": "0.5.1",
44
"packages/faro-rollup": "0.5.2",
55
"packages/faro-webpack": "0.6.0"
66
}

0 commit comments

Comments
 (0)