Skip to content

Commit 613934a

Browse files
chore(main): release toolbar 0.10.1 (#75)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b59d92c commit 613934a

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.10.0"
2+
".": "0.10.1"
33
}

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.10.1](https://github.com/launchdarkly/launchdarkly-toolbar/compare/toolbar-v0.10.0...toolbar-v0.10.1) (2025-09-09)
4+
5+
6+
### Bug Fixes
7+
8+
* bump release action version ([#74](https://github.com/launchdarkly/launchdarkly-toolbar/issues/74)) ([b59d92c](https://github.com/launchdarkly/launchdarkly-toolbar/commit/b59d92c0e7730bc80fecb3af9490f182223fe513))
9+
310
## [0.10.0](https://github.com/launchdarkly/launchdarkly-toolbar/compare/toolbar-v0.9.1...toolbar-v0.10.0) (2025-09-08)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@launchdarkly/toolbar",
3-
"version": "0.10.0",
3+
"version": "0.10.1",
44
"description": "A React component that provides a developer-friendly toolbar for interacting with LaunchDarkly during development",
55
"keywords": [
66
"launchdarkly",

0 commit comments

Comments
 (0)