Skip to content

Commit c791a76

Browse files
committed
chore(release): version 1.2.0
1 parent cd964a8 commit c791a76

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.2.0](https://github.com/tomherni/quote-quote/compare/v1.1.0...v1.2.0) (2025-04-25)
2+
3+
- feat: add options to also convert "..." to ellipsis (#7) ([cd964a86](https://github.com/tomherni/quote-quote/commit/cd964a86)), closes [#7](https://github.com/tomherni/quote-quote/pull/7)
4+
15
## [1.1.0](https://github.com/tomherni/quote-quote/compare/v1.0.1...v1.1.0) (2025-04-21)
26

37
- feat: add convertMarkdown() to convert quotes in Markdown text (#6) ([a8926580](https://github.com/tomherni/quote-quote/commit/a8926580)), closes [#6](https://github.com/tomherni/quote-quote/pull/6)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "quote-quote",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Convert straight quotes to curly quotes — also known as smart quotes.",
55
"author": "Tom Herni",
66
"license": "MIT",

0 commit comments

Comments
 (0)