Skip to content

Commit efbccb1

Browse files
committed
chore(release): cut the v1.2.0 release [skip ci]
1 parent edbc4e3 commit efbccb1

File tree

81 files changed

+551
-377
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+551
-377
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.2.0](https://github.com/swagger-api/apidom/compare/v1.1.0...v1.2.0) (2026-01-14)
7+
8+
### Bug Fixes
9+
10+
- **deps:** align the tree-sitter version ([#5023](https://github.com/swagger-api/apidom/issues/5023)) ([eaf23ab](https://github.com/swagger-api/apidom/commit/eaf23ab94e39e87b88b25c717092852a7e48f1a2))
11+
12+
### Features
13+
14+
- **resolve:** add caching for references ([#5093](https://github.com/swagger-api/apidom/issues/5093)) ([edbc4e3](https://github.com/swagger-api/apidom/commit/edbc4e3b6f4b81f4a46ec41f4f7a166d701ff066))
15+
616
# [1.1.0](https://github.com/swagger-api/apidom/compare/v1.0.2...v1.1.0) (2025-12-19)
717

818
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"packages": ["packages/*"],
33
"npmClient": "npm",
4-
"version": "1.1.0",
4+
"version": "1.2.0",
55
"changelogPreset": "angular",
66
"command": {
77
"bootstrap": {

0 commit comments

Comments
 (0)