Skip to content

Commit f5bf17f

Browse files
committed
chore(release): remark-textras@0.2.0
1 parent 3622b7c commit f5bf17f

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

packages/remark-textras/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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+
## [0.2.0](https://github.com/shivjm/remark-extensions/compare/remark-textras-v0.1.0...remark-textras-v0.2.0) (2025-09-25)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **remark-textras:** don’t export `OPENING_QUOTE` or `CLOSING_QUOTE`
11+
12+
### Bug Fixes
13+
14+
* **remark-textras:** don’t export `OPENING_QUOTE` or `CLOSING_QUOTE` ([3246cc2](https://github.com/shivjm/remark-extensions/commit/3246cc262e130a017bcd150c2c0a73da2cdc0002))
15+
* **remark-textras:** refer to sibling modules using .js ([5af8b56](https://github.com/shivjm/remark-extensions/commit/5af8b569ea9ba43c71b180adc268c3ae258068f2))
16+
517
## 0.1.0 (2025-09-25)
618

719

packages/remark-textras/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "remark-textras",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "remark extension to add some useful text helpers via remark-directive",
55
"keywords": [
66
"remark",

0 commit comments

Comments
 (0)