Skip to content

Commit

Permalink
chore: bump to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
susisu committed Feb 24, 2024
1 parent dcdf993 commit 95f3bab
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.5.0 (2024-02-24)

- The package is now ESM/CJS dual (it's type only, though)
- Some internal refactoring

## 0.4.0 (2023-08-26)

- Union inputs are now handled distributively
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) 2020-2023 Susisu
Copyright (c) 2020-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/typefuck",
"version": "0.4.0",
"version": "0.5.0",
"description": "Type-level Brainfuck interpreter in TypeScript",
"repository": "https://github.com/susisu/typefuck.git",
"author": "Susisu <susisu2413@yahoo.co.jp>",
Expand Down

0 comments on commit 95f3bab

Please sign in to comment.