Skip to content

Commit

Permalink
chore(main): release 0.2.0-rc.1 (#14)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jun 24, 2024
1 parent 543b32a commit 307c130
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.4"
".": "0.2.0-rc.1"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
## main
- Update ws dependency to avoid DoS vulnerability

## [0.2.0-rc.1](https://github.com/kevinschaul/jump-start-tools/compare/v0.1.4...v0.2.0-rc.1) (2024-06-24)


### Features

* add preview images to storybook ([#13](https://github.com/kevinschaul/jump-start-tools/issues/13)) ([c4c0880](https://github.com/kevinschaul/jump-start-tools/commit/c4c08804145bba05d0fef22c886ce6d02b0796b2))


### Miscellaneous Chores

* release 0.2.0-rc.1 ([543b32a](https://github.com/kevinschaul/jump-start-tools/commit/543b32accdddcf2d451adf64fa1ea8a5a119e4da))

## [0.1.4](https://github.com/kevinschaul/jump-start-tools/compare/v0.1.3...v0.1.4) (2024-06-21)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jump-start-tools",
"version": "0.1.4",
"version": "0.2.0-rc.1",
"description": "The gallery app for jump-start: A shortcut to your favorite code",
"type": "module",
"bin": {
Expand Down

0 comments on commit 307c130

Please sign in to comment.