Skip to content

Commit 1cd65f4

Browse files
committed
Merge branch 'release/1.2.3'
2 parents 85f1c35 + 28f68f5 commit 1cd65f4

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
- uses: actions/checkout@v6
1616
- uses: actions/setup-node@v6.1.0
1717
with:
18-
node-version: 20
18+
node-version: 24
1919
registry-url: https://registry.npmjs.org/
2020
- run: npm install
2121
- run: npm run build
22-
- run: npm publish
22+
- run: npm publish --provenance # Enable trusted publishing with provenance

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22

33
## [Unreleased](https://github.com/dermatologist/fhirformjs/tree/HEAD)
44

5-
[Full Changelog](https://github.com/dermatologist/fhirformjs/compare/1.2.1...HEAD)
5+
[Full Changelog](https://github.com/dermatologist/fhirformjs/compare/1.2.2...HEAD)
66

77
**Merged pull requests:**
88

9+
- chore: update Node.js version to 24 and enable trusted publishing wit… [\#227](https://github.com/dermatologist/fhirformjs/pull/227) ([dermatologist](https://github.com/dermatologist))
910
- chore: add permissions for trusted publishing in workflow [\#226](https://github.com/dermatologist/fhirformjs/pull/226) ([dermatologist](https://github.com/dermatologist))
1011
- chore: update bump workflow timeout and max issues; modify publish no… [\#225](https://github.com/dermatologist/fhirformjs/pull/225) ([dermatologist](https://github.com/dermatologist))
1112
- chore\(deps\): bump actions/cache from 4.3.0 to 5.0.1 [\#223](https://github.com/dermatologist/fhirformjs/pull/223) ([dependabot[bot]](https://github.com/apps/dependabot))
@@ -22,6 +23,10 @@
2223
- chore\(deps-dev\): bump jest-watch-typeahead from 2.2.2 to 3.0.1 [\#209](https://github.com/dermatologist/fhirformjs/pull/209) ([dependabot[bot]](https://github.com/apps/dependabot))
2324
- chore\(deps-dev\): bump @types/jest from 29.5.14 to 30.0.0 [\#208](https://github.com/dermatologist/fhirformjs/pull/208) ([dependabot[bot]](https://github.com/apps/dependabot))
2425

26+
## [1.2.2](https://github.com/dermatologist/fhirformjs/tree/1.2.2) (2026-01-01)
27+
28+
[Full Changelog](https://github.com/dermatologist/fhirformjs/compare/1.2.1...1.2.2)
29+
2530
## [1.2.1](https://github.com/dermatologist/fhirformjs/tree/1.2.1) (2026-01-01)
2631

2732
[Full Changelog](https://github.com/dermatologist/fhirformjs/compare/1.2.0...1.2.1)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fhirformjs",
33
"description": "FHIR Questionnaire To Form Converter for rendering",
4-
"version": "1.2.2",
4+
"version": "1.2.3",
55
"license": "MIT",
66
"main": "dist/index.js",
77
"typings": "dist/index.d.ts",

0 commit comments

Comments
 (0)