Skip to content

Commit 31a116d

Browse files
Version Packages
1 parent 32c3d71 commit 31a116d

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.changeset/quick-bees-destroy.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# typed-string-interpolation
2+
3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- 32c3d71: Initial commit

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "typed-string-interpolation",
33
"description": "String interpolation with correct return type based on passed variable substitutions",
44
"license": "MIT",
5-
"version": "0.0.1",
5+
"version": "0.0.2",
66
"main": "dist/index.js",
77
"module": "dist/index.mjs",
88
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)