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.1.10"
".": "0.1.11"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.1.11](https://github.com/hoobio/portfolio/compare/v0.1.10...v0.1.11) (2026-09-09)


### Miscellaneous Chores

* **deps:** update dependency @faker-js/faker to v10.6.0 ([#67](https://github.com/hoobio/portfolio/issues/67)) ([f4dc89c](https://github.com/hoobio/portfolio/commit/f4dc89ccbb1e655f00951a185240085f988bd614))
* **deps:** update dependency vitest to v4.1.11 [security] ([#72](https://github.com/hoobio/portfolio/issues/72)) ([52b1fd0](https://github.com/hoobio/portfolio/commit/52b1fd0e21e75066ff67d65ec081accbc7c04af0))

## [0.1.10](https://github.com/hoobio/portfolio/compare/v0.1.9...v0.1.10) (2026-08-15)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hoobi-portfolio",
"version": "0.1.10",
"version": "0.1.11",
"private": true,
"description": "Living resume and portfolio. Data-driven, pre-rendered to static JSON at build time and served by a React front end.",
"license": "MIT",
Expand Down
Loading