Skip to content

Commit

Permalink
chore: bump to v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
susisu committed Sep 23, 2024
1 parent e292dd9 commit 8351b47
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.1 (2024-09-23)

- Fix ordering in the `exports` field in `package.json`

## 0.2.0 (2023-12-12)

- The package is now ESM/CJS dual
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (http://opensource.org/licenses/mit-license.php)

Copyright (c) 2023 Susisu
Copyright (c) 2023-2024 Susisu

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
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": "@susisu/hokemi",
"version": "0.2.0",
"version": "0.2.1",
"description": "Minimal type-safe dependency injection framework for TypeScript",
"repository": "https://github.com/susisu/hokemi.git",
"author": "Susisu <susisu2413@yahoo.co.jp>",
Expand Down

0 comments on commit 8351b47

Please sign in to comment.