Skip to content

Commit a024502

Browse files
committed
chore(release): 2.1.0
1 parent 0ae0b83 commit a024502

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
# [2.1.0](https://github.com/prettier/yaml-unist-parser/compare/v2.0.5...v2.1.0) (2025-11-21)
6+
7+
### Bug Fixes
8+
9+
- fix empty string parsing ([#297](https://github.com/prettier/yaml-unist-parser/issues/297)) ([5b73153](https://github.com/prettier/yaml-unist-parser/commit/5b7315346cb268b8f86a4818454af0bd7c99a50d))
10+
11+
### Features
12+
13+
- add `startMark` and `endMark` information to `Document` ([#298](https://github.com/prettier/yaml-unist-parser/issues/298)) ([7c4de43](https://github.com/prettier/yaml-unist-parser/commit/7c4de437de33793b6cacfc5bd87e0e08d45faf04))
14+
515
## [2.0.5](https://github.com/prettier/yaml-unist-parser/compare/v2.0.4...v2.0.5) (2025-03-21)
616

717
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yaml-unist-parser",
3-
"version": "2.0.5",
3+
"version": "2.1.0",
44
"description": "A YAML parser that produces output compatible with unist",
55
"keywords": [
66
"unist",

0 commit comments

Comments
 (0)