Skip to content

Commit

Permalink
Fix #29 (#30)
Browse files Browse the repository at this point in the history
* Fix #29

* Bump to 2.0.12

* Update the project changelog

Co-authored-by: Denis Tokarev <github@devlato.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and devlato committed Jan 5, 2022
1 parent 9d6f73d commit 83482cc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
## v2.0.10
## v2.0.12
* (668b957) Create codeql-analysis.yml (#25) (Denis Tokarev)
* (8b06c25) Update CI to publish only when integration tests has passed (#26) (github-actions[bot])
* (af4e364) Bump version to 2.0.10 (Denis Tokarev)
* (ac4486b) Update the project changelog (github-actions[bot])
* (27ef151) Fix tests (Denis Tokarev)
* (9d6f73d) Fix tests (#28) (github-actions[bot])
* (e9ec45b) Fix #29 (Denis Tokarev)
* (5b8ba34) Bump to 2.0.12 (Denis Tokarev)

## v2.0.9
* (a999686) Upgrade all deps and prepare v2.0.9 (Denis Tokarev)
Expand Down
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) 2017-2021 Denis Tokarev (https://github.com/devlato)
Copyright (c) 2017-2022 Denis Tokarev (https://github.com/devlato)

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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "async-wait-until",
"version": "2.0.10",
"version": "2.0.12",
"description": "Waits for a given predicate callback to return a truthy value and resolves",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand All @@ -27,7 +27,7 @@
"format": "cross-env NODE_ENV=production eslint -c .eslintrc.js --fix .",
"clean": "npm run lint:clean & npm run test:clean & npm run build:clean & npm run docs:clean & wait",
"release": "npm run lint:ci && npm run test:ci && npm run build:ci && npm run test:integration && npm run docs:ci",
"prepublish": "npm run clean && npm run release"
"prepublishOnly": "npm run clean && npm run release"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 83482cc

Please sign in to comment.