Skip to content

Commit 07c766d

Browse files
committed
chore(release): version 1.1.0
1 parent a892658 commit 07c766d

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
1+
## [1.1.0](https://github.com/tomherni/quote-quote/compare/v1.0.1...v1.1.0) (2025-04-21)
2+
3+
- 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)
4+
- docs: update convert() ESDoc and info in README.md (#5) ([4bf29309](https://github.com/tomherni/quote-quote/commit/4bf29309)), closes [#5](https://github.com/tomherni/quote-quote/pull/5)
5+
- test: add unit test for the package entrypoint (#4) ([acacf258](https://github.com/tomherni/quote-quote/commit/acacf258)), closes [#4](https://github.com/tomherni/quote-quote/pull/4)
6+
- refactor: move from Jest to Node test runner (#3) ([fe5e24a3](https://github.com/tomherni/quote-quote/commit/fe5e24a3)), closes [#3](https://github.com/tomherni/quote-quote/pull/3)
7+
18
## [1.0.1](https://github.com/tomherni/quote-quote/compare/v1.0.0...v1.0.1) (2025-04-18)
29

3-
- fix: error for argument of wrong type should be a TypeError (#1) ([1f14a4f1](https://github.com/tomherni/quote-quote/commit/1f14a4f1)), closes [#1](https://github.com/tomherni/quote-quote/pull/1)
410
- docs: add API section to the README.md (#2) ([56bfd737](https://github.com/tomherni/quote-quote/commit/56bfd737)), closes [#2](https://github.com/tomherni/quote-quote/pull/2)
11+
- fix: error for argument of wrong type should be a TypeError (#1) ([1f14a4f1](https://github.com/tomherni/quote-quote/commit/1f14a4f1)), closes [#1](https://github.com/tomherni/quote-quote/pull/1)
512

613
## 1.0.0 (2025-04-16)
714

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.0.1",
3+
"version": "1.1.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)