Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.0.1"
".": "0.0.2"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [0.0.2](https://github.com/OpenHomeFoundation/web-api/compare/web-api-v0.0.1...web-api-v0.0.2) (2026-04-22)


### Bug Fixes

* **deps:** upgrade NestJS to v11 to patch audit findings ([753f273](https://github.com/OpenHomeFoundation/web-api/commit/753f273e5a8a3a2121af4207cca149bbe75085d6))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web-api",
"version": "0.0.1",
"version": "0.0.2",
"scripts": {
"build": "nest build",
"start": "nest start",
Expand Down