Skip to content

Commit

Permalink
releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 committed Jan 4, 2024
1 parent 1e24344 commit a4f7edf
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.3 (2024-01-04)

- BUGFIX: v1.0.2 was not runtime-compatible with prior 1.x releases, so mixing versions would cause errors. This restores the stable API between them.

# 1.0.2 (2024-01-03)

- BUGFIX: support decorating static fields and static methods
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.2",
"version": "1.0.3",
"description": "Better babel transforms for decorators",
"type": "module",
"exports": {
Expand Down

0 comments on commit a4f7edf

Please sign in to comment.