Skip to content

Commit

Permalink
chore(release): cut the v0.98.1 release [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
swagger-bot committed Mar 25, 2024
1 parent ef9f2ba commit 9739c61
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.98.1](https://github.com/swagger-api/apidom/compare/v0.98.0...v0.98.1) (2024-03-25)

### Performance Improvements

- **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)

# [0.98.0](https://github.com/swagger-api/apidom/compare/v0.97.1...v0.98.0) (2024-03-21)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packages": ["packages/*"],
"npmClient": "npm",
"version": "0.98.0",
"version": "0.98.1",
"changelogPreset": "angular",
"command": {
"bootstrap": {
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions packages/apidom-ls/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.98.1](https://github.com/swagger-api/apidom/compare/v0.98.0...v0.98.1) (2024-03-25)

### Performance Improvements

- **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)

# [0.98.0](https://github.com/swagger-api/apidom/compare/v0.97.1...v0.98.0) (2024-03-21)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/apidom-ls/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@swagger-api/apidom-ls",
"description": "ApiDOM based language service library.",
"version": "0.98.0",
"version": "0.98.1",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
Expand Down

0 comments on commit 9739c61

Please sign in to comment.