Skip to content

Commit b3b8d8f

Browse files
chore: release v0.1.0
1 parent 608bb2a commit b3b8d8f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.1.0
2+
3+
### 🐞 Bug Fixes
4+
5+
**build:** migrate from Webpack to Rollup and fix not working in Node.js ([6e193c9](https://github.com/PinkChampagne17/ts-nameof-proxy/commit/6e193c9653a100894baf0498e65c86412d85ffae)), closes [#1](https://github.com/PinkChampagne17/ts-nameof-proxy/issues/1)
6+
17
## 0.0.3
28

39
### 🐞 Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ts-nameof-proxy",
3-
"version": "0.0.3",
3+
"version": "0.1.0",
44
"description": "`nameof` in TypeScript, no compiler required. Implemented using proxy with some limitations.",
55
"keywords": [
66
"nameof",

0 commit comments

Comments
 (0)