diff --git a/CHANGELOG.md b/CHANGELOG.md index e2cd38c..c6e9384 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/LICENSE b/LICENSE index 99df73a..fc4b2e0 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/package.json b/package.json index 5eb3e44..68cc146 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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",