Skip to content

Commit

Permalink
🎉 Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vmgware-bot committed Feb 7, 2024
1 parent 68f4c22 commit bdaf943
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 7 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
# Changelog

## [0.2.2](https://github.com/VMGWARE/ContainerEchoes/releases/tag/0.2.2) - 2024-02-06
## [0.3.0](https://github.com/VMGWARE/ContainerEchoes/releases/tag/0.3.0) - 2024-02-07

### ❤️ Thanks to all contributors! ❤️

@Codycody31

### 📈 Enhancement

- Add pre commit CI [[#103](https://github.com/VMGWARE/ContainerEchoes/pull/103)]

### Misc

- fix(deps): bump @sentry/node from 7.99.0 to 7.100.0 in /server [[#104](https://github.com/VMGWARE/ContainerEchoes/pull/104)]
- chore(deps-dev): bump eslint-plugin-unicorn from 50.0.1 to 51.0.1 in /web [[#105](https://github.com/VMGWARE/ContainerEchoes/pull/105)]
- fix(deps): bump @scalar/express-api-reference from 0.2.39 to 0.2.41 in /server [[#106](https://github.com/VMGWARE/ContainerEchoes/pull/106)]
- fix(deps): bump @mdi/font from 7.0.96 to 7.4.47 in /web [[#91](https://github.com/VMGWARE/ContainerEchoes/pull/91)]
- chore(deps-dev): bump eslint-plugin-vue from 9.21.0 to 9.21.1 in /web [[#95](https://github.com/VMGWARE/ContainerEchoes/pull/95)]
- chore(deps-dev): bump @iconify/utils from 2.1.20 to 2.1.22 in /web [[#94](https://github.com/VMGWARE/ContainerEchoes/pull/94)]
Expand Down
4 changes: 2 additions & 2 deletions server/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 server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@
"proxyquire": "^2.1.3",
"sinon": "^17.0.1"
},
"version": "0.2.2"
"version": "0.3.0"
}
4 changes: 2 additions & 2 deletions web/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 web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web",
"version": "0.2.2",
"version": "0.3.0",
"scripts": {
"dev": "node --no-warnings ./node_modules/.bin/vite",
"build": "vite build",
Expand Down

0 comments on commit bdaf943

Please sign in to comment.