Skip to content

Commit 9739c61

Browse files
committed
chore(release): cut the v0.98.1 release [skip ci]
1 parent ef9f2ba commit 9739c61

File tree

5 files changed

+15
-3
lines changed

5 files changed

+15
-3
lines changed

CHANGELOG.md

+6
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+
## [0.98.1](https://github.com/swagger-api/apidom/compare/v0.98.0...v0.98.1) (2024-03-25)
7+
8+
### Performance Improvements
9+
10+
- **ls:** apply perfomanze optimization for reference validation ([#3966](https://github.com/swagger-api/apidom/issues/3966)) ([ef9f2ba](https://github.com/swagger-api/apidom/commit/ef9f2ba3939cee34b3db5451cf35c69db6c5b316)), closes [#3965](https://github.com/swagger-api/apidom/issues/3965)
11+
612
# [0.98.0](https://github.com/swagger-api/apidom/compare/v0.97.1...v0.98.0) (2024-03-21)
713

814
### Bug Fixes

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"packages": ["packages/*"],
33
"npmClient": "npm",
4-
"version": "0.98.0",
4+
"version": "0.98.1",
55
"changelogPreset": "angular",
66
"command": {
77
"bootstrap": {

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/apidom-ls/CHANGELOG.md

+6
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+
## [0.98.1](https://github.com/swagger-api/apidom/compare/v0.98.0...v0.98.1) (2024-03-25)
7+
8+
### Performance Improvements
9+
10+
- **ls:** apply perfomanze optimization for reference validation ([#3966](https://github.com/swagger-api/apidom/issues/3966)) ([ef9f2ba](https://github.com/swagger-api/apidom/commit/ef9f2ba3939cee34b3db5451cf35c69db6c5b316)), closes [#3965](https://github.com/swagger-api/apidom/issues/3965)
11+
612
# [0.98.0](https://github.com/swagger-api/apidom/compare/v0.97.1...v0.98.0) (2024-03-21)
713

814
### Features

packages/apidom-ls/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@swagger-api/apidom-ls",
33
"description": "ApiDOM based language service library.",
4-
"version": "0.98.0",
4+
"version": "0.98.1",
55
"publishConfig": {
66
"access": "public",
77
"registry": "https://registry.npmjs.org"

0 commit comments

Comments
 (0)