Skip to content

Commit d53b00b

Browse files
committed
chore(release): cut the v1.0.1 release [skip ci]
1 parent 8621869 commit d53b00b

File tree

81 files changed

+541
-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

+541
-377
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.0.1](https://github.com/swagger-api/apidom/compare/v1.0.0...v1.0.1) (2025-12-05)
7+
8+
### Performance Improvements
9+
10+
- **ls:** add cache for linting functions ([#5057](https://github.com/swagger-api/apidom/issues/5057)) ([c892835](https://github.com/swagger-api/apidom/commit/c892835cf03f9940d510743f1195a3dad841808f))
11+
612
# [1.0.0](https://github.com/swagger-api/apidom/compare/v1.0.0-rc.4...v1.0.0) (2025-12-03)
713

814
### Features

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.0.0",
4+
"version": "1.0.1",
55
"changelogPreset": "angular",
66
"command": {
77
"bootstrap": {

0 commit comments

Comments
 (0)