Skip to content
Merged
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
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ playwright-report/
test-results/
.astro/
src/data/portfolio.generated.json
CHANGELOG.md
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.0"
".": "1.0.0"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@
# Changelog

## [1.0.0](https://github.com/dev-zetta/dev-zetta.github.io/releases/tag/v1.0.0) (2026-08-29)


### ⚠ BREAKING CHANGES

* establish the initial public portfolio and release contract.

### Features

* launch versioned engineering portfolio ([6d59d59](https://github.com/dev-zetta/dev-zetta.github.io/commit/6d59d59e923acb5343f47ce5ab661fe25b4f7d5d))


### Bug Fixes

* **ci:** use root SemVer release tags ([d163a8a](https://github.com/dev-zetta/dev-zetta.github.io/commit/d163a8ae0ff98a75ffd8f17ebb20dc3285040e34))

<!-- Managed by Release Please. -->
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": "dev-zetta-portfolio",
"version": "0.1.0",
"version": "1.0.0",
"private": true,
"type": "module",
"description": "Versioned, commit-verified engineering portfolio for Gabriel Max.",
Expand Down
Loading