Skip to content

Commit

Permalink
chore(main): release 0.1.5 (#16)
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] committed Jun 25, 2024
1 parent 670c786 commit fe56600
Show file tree
Hide file tree
Showing 4 changed files with 11 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.1.5"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
## main
- Update ws dependency to avoid DoS vulnerability

## [0.1.5](https://github.com/kevinschaul/jump-start-tools/compare/v0.1.4...v0.1.5) (2024-06-25)


### Bug Fixes

* remove unnecessary symlink step ([684429b](https://github.com/kevinschaul/jump-start-tools/commit/684429b29f5f55491a22d46692b7d6015665840e))

## [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.1.5",
"description": "The gallery app for jump-start: A shortcut to your favorite code",
"type": "module",
"bin": {
Expand Down

0 comments on commit fe56600

Please sign in to comment.