Skip to content

Commit d397257

Browse files
committed
Merge branch 'release/1.2.1' into develop
2 parents c23ae23 + 8bb80be commit d397257

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

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

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

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

77
**Merged pull requests:**
88

9+
- chore: update bump workflow timeout and max issues; modify publish no… [\#225](https://github.com/dermatologist/fhirformjs/pull/225) ([dermatologist](https://github.com/dermatologist))
10+
- 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))
11+
- chore\(deps\): bump actions/setup-node from 6.0.0 to 6.1.0 [\#222](https://github.com/dermatologist/fhirformjs/pull/222) ([dependabot[bot]](https://github.com/apps/dependabot))
12+
- chore\(deps\): bump actions/checkout from 5 to 6 [\#219](https://github.com/dermatologist/fhirformjs/pull/219) ([dependabot[bot]](https://github.com/apps/dependabot))
913
- chore: update action for automated version bump to use dermatologist'… [\#218](https://github.com/dermatologist/fhirformjs/pull/218) ([dermatologist](https://github.com/dermatologist))
1014
- chore\(deps\): bump JamesIves/github-pages-deploy-action from 4.7.3 to 4.7.4 [\#217](https://github.com/dermatologist/fhirformjs/pull/217) ([dependabot[bot]](https://github.com/apps/dependabot))
1115
- chore\(deps\): bump actions/setup-node from 5.0.0 to 6.0.0 [\#216](https://github.com/dermatologist/fhirformjs/pull/216) ([dependabot[bot]](https://github.com/apps/dependabot))
@@ -17,6 +21,10 @@
1721
- 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))
1822
- 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))
1923

24+
## [1.2.0](https://github.com/dermatologist/fhirformjs/tree/1.2.0) (2025-11-11)
25+
26+
[Full Changelog](https://github.com/dermatologist/fhirformjs/compare/1.1.6...1.2.0)
27+
2028
## [1.1.6](https://github.com/dermatologist/fhirformjs/tree/1.1.6) (2025-06-02)
2129

2230
[Full Changelog](https://github.com/dermatologist/fhirformjs/compare/1.1.5...1.1.6)

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.0",
4+
"version": "1.2.1",
55
"license": "MIT",
66
"main": "dist/index.js",
77
"typings": "dist/index.d.ts",

0 commit comments

Comments
 (0)