Skip to content

Commit 59b8cd5

Browse files
authored
Merge branch 'main' into upgrade_react
2 parents 0b183fe + 9fc8f0e commit 59b8cd5

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.10.1](https://github.com/ocadotechnology/codeforlife-package-javascript/compare/v2.10.0...v2.10.1) (2025-09-15)
2+
3+
4+
### Bug Fixes
5+
6+
* provenance ([ffb0a88](https://github.com/ocadotechnology/codeforlife-package-javascript/commit/ffb0a88c66af104f96c70429fd35b71962514b38))
7+
18
# [2.10.0](https://github.com/ocadotechnology/codeforlife-package-javascript/compare/v2.9.2...v2.10.0) (2025-09-11)
29

310

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "codeforlife",
33
"description": "Common frontend code",
44
"private": false,
5-
"version": "2.10.0",
5+
"version": "2.10.1",
66
"type": "module",
77
"types": "dist/index.d.ts",
88
"module": "dist/index.es.js",
@@ -209,5 +209,8 @@
209209
],
210210
"@semantic-release/github"
211211
]
212+
},
213+
"publishConfig": {
214+
"provenance": true
212215
}
213216
}

0 commit comments

Comments
 (0)