Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
evert committed Sep 3, 2022
1 parent fba0d8d commit 8b5788e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018-2021 Evert Pot
Copyright (c) 2018-2022 Bad Gateway Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Changelog
=========

0.3.2 (?)
0.4.0 (2022-09-03)
------------------

* Typescript target is now es2019 instead of esnext to ensure that older Node.js versions are supported.
* Upgraded from `@curveball/core` to `@curveball/kernel`.


0.3.1 (2019-05-31)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@
]
},
"peerDependencies": {
"@curveball/kernel": "^0.20.0"
"@curveball/kernel": ">=0.20.0 <1"
}
}

0 comments on commit 8b5788e

Please sign in to comment.