Skip to content

Commit 138da6f

Browse files
committed
chore(release): version 1.0.0
1 parent 032e5aa commit 138da6f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Change Log
22

3-
## 0.1.0 (2025-04-15)
3+
## 1.0.0 (2025-04-16)
44

55
Initial release.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Convert boring, straight quotes (" and ') to beautiful, typographically correct
55
## Highlights
66

77
- Converts straight single/double quotes to curly quotes.
8-
- Converts straight quotes used as primes to prime symbols.
98
- Handles contractions, possessives and abbreviated years.
9+
- Converts straight quotes used as primes to prime symbols.
1010
- Lightweight, zero dependencies, modern, and tree-shakeable.
1111

1212
## Installing

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.0-alpha.0",
3+
"version": "1.0.0",
44
"description": "Converts straight quotes to curly quotes — also known as smart quotes.",
55
"author": "Tom Herni",
66
"license": "MIT",

0 commit comments

Comments
 (0)