Skip to content

Commit

Permalink
chore(main): release 0.2.0 (#6)
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 Nov 10, 2023
1 parent 79f5bc3 commit c0f0ff7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.2.0](https://github.com/dwmkerr/boxes/compare/v0.1.0...v0.2.0) (2023-11-10)


### Features

* connect open parameter ([#7](https://github.com/dwmkerr/boxes/issues/7)) ([373cc2b](https://github.com/dwmkerr/boxes/commit/373cc2b4762289b927671108cfa69e83a98caf45))
* support "open" parameter for connect ([#5](https://github.com/dwmkerr/boxes/issues/5)) ([1079aa0](https://github.com/dwmkerr/boxes/commit/1079aa02b6012c7415ce502225fb3a4841f04a98))


### Bug Fixes

* remove hard coded aws region/profile ([#9](https://github.com/dwmkerr/boxes/issues/9)) ([79f5bc3](https://github.com/dwmkerr/boxes/commit/79f5bc3e23c2ac3489f7684f7d690e27e93cfef5))

## 0.1.0 (2023-11-08)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@dwmkerr/boxes",
"description": "Quick access to your cloud instances.",
"type": "module",
"version": "0.1.0",
"version": "0.2.0",
"main": "index.js",
"bin": {
"boxes": "./src/cli.js"
Expand Down

0 comments on commit c0f0ff7

Please sign in to comment.