Skip to content

Commit 83482cc

Browse files
Fix #29 (#30)
* Fix #29 * Bump to 2.0.12 * Update the project changelog Co-authored-by: Denis Tokarev <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9d6f73d commit 83482cc

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
## v2.0.10
1+
## v2.0.12
22
* (668b957) Create codeql-analysis.yml (#25) (Denis Tokarev)
33
* (8b06c25) Update CI to publish only when integration tests has passed (#26) (github-actions[bot])
44
* (af4e364) Bump version to 2.0.10 (Denis Tokarev)
55
* (ac4486b) Update the project changelog (github-actions[bot])
6-
* (27ef151) Fix tests (Denis Tokarev)
6+
* (9d6f73d) Fix tests (#28) (github-actions[bot])
7+
* (e9ec45b) Fix #29 (Denis Tokarev)
8+
* (5b8ba34) Bump to 2.0.12 (Denis Tokarev)
79

810
## v2.0.9
911
* (a999686) Upgrade all deps and prepare v2.0.9 (Denis Tokarev)

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017-2021 Denis Tokarev (https://github.com/devlato)
3+
Copyright (c) 2017-2022 Denis Tokarev (https://github.com/devlato)
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "async-wait-until",
3-
"version": "2.0.10",
3+
"version": "2.0.12",
44
"description": "Waits for a given predicate callback to return a truthy value and resolves",
55
"main": "dist/index.js",
66
"module": "dist/index.esm.js",
@@ -27,7 +27,7 @@
2727
"format": "cross-env NODE_ENV=production eslint -c .eslintrc.js --fix .",
2828
"clean": "npm run lint:clean & npm run test:clean & npm run build:clean & npm run docs:clean & wait",
2929
"release": "npm run lint:ci && npm run test:ci && npm run build:ci && npm run test:integration && npm run docs:ci",
30-
"prepublish": "npm run clean && npm run release"
30+
"prepublishOnly": "npm run clean && npm run release"
3131
},
3232
"repository": {
3333
"type": "git",

0 commit comments

Comments
 (0)