Skip to content

Commit

Permalink
chore(master): release minimum-delayer 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ved-bot committed May 13, 2024
1 parent 146982d commit e9f78f4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.3.2"
".": "0.3.3"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.3](https://github.com/V-ed/minimum-delayer/compare/minimum-delayer-v0.3.2...minimum-delayer-v0.3.3) (2024-05-13)


### Bug Fixes

* move to tsup for building ([5ab7931](https://github.com/V-ed/minimum-delayer/commit/5ab793129501201f741b68c76b342b8432ed679e))

### [0.3.2](https://github.com/V-ed/minimum-delayer/compare/minimum-delayer-v0.3.1...minimum-delayer-v0.3.2) (2022-05-10)


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": "minimum-delayer",
"version": "0.3.2",
"version": "0.3.3",
"description": "node js delayer that allows to execute commands immediately, but only returning the value after a minimum delay",
"module": "dist/index.mjs",
"main": "dist/index.js",
Expand Down

0 comments on commit e9f78f4

Please sign in to comment.