Skip to content

Commit f932482

Browse files
chore(master): release 0.7.0
1 parent a22fa99 commit f932482

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.6.1"
2+
".": "0.7.0"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.7.0](https://github.com/architect-eng/sapatos/compare/v0.6.1...v0.7.0) (2026-01-08)
4+
5+
6+
### Features
7+
8+
* add npmjs publishing with OIDC to release workflow ([7e3dfcd](https://github.com/architect-eng/sapatos/commit/7e3dfcd8029aa5950cd846697f258fbf2d573a6f))
9+
10+
11+
### Bug Fixes
12+
13+
* add --provenance flag for npmjs OIDC publishing ([2338547](https://github.com/architect-eng/sapatos/commit/233854799f9a3b59b4f88862df7faab1a10624b4))
14+
* add missing lint step to publish-npmjs job ([d79bd75](https://github.com/architect-eng/sapatos/commit/d79bd75bb5c472293d9b1424374adde838ff93bf))
15+
* normalize repository URL to npm's preferred format ([ebb1346](https://github.com/architect-eng/sapatos/commit/ebb1346328957cbc632b1f0600120440627297c5))
16+
317
## [0.6.1](https://github.com/architect-eng/sapatos/compare/v0.6.0...v0.6.1) (2025-12-03)
418

519

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@architect-eng/sapatos",
3-
"version": "0.6.1",
3+
"version": "0.7.0",
44
"license": "MIT",
55
"author": "Architect Technologies Ltd.",
66
"homepage": "https://github.com/architect-eng/sapatos",

0 commit comments

Comments
 (0)