Skip to content

Commit

Permalink
releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 committed Jan 3, 2024
1 parent f2103b5 commit f47940e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.0.2 (2024-01-03)

- BUGFIX: support decorating static fields and static methods

# 1.0.1 (2023-11-20)

- BUGFIX: support fields and methods with names that are string literals, numeric literals, bigint literals, or computed expressions
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "decorator-transforms",
"version": "1.0.1",
"version": "1.0.2",
"description": "Better babel transforms for decorators",
"type": "module",
"exports": {
Expand Down

0 comments on commit f47940e

Please sign in to comment.