From 16a39ab057040a9a80c9e6ebccfc865190c27491 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 21 Jan 2024 11:07:27 +0000 Subject: [PATCH 1/7] Update the project changelog --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6e9384..d737ffd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,7 @@ * (af4e364) Bump version to 2.0.10 (Denis Tokarev) * (ac4486b) Update the project changelog (github-actions[bot]) * (9d6f73d) Fix tests (#28) (github-actions[bot]) -* (e9ec45b) Fix #29 (Denis Tokarev) -* (5b8ba34) Bump to 2.0.12 (Denis Tokarev) +* (83482cc) Fix #29 (#30) (github-actions[bot]) ## v2.0.9 * (a999686) Upgrade all deps and prepare v2.0.9 (Denis Tokarev) @@ -47,6 +46,10 @@ ## v2.0.2 +## v2.0.12 +* (9d6f73d) Fix tests (#28) (github-actions[bot]) +* (83482cc) Fix #29 (#30) (github-actions[bot]) + ## v2.0.10 * (8aa1f79) Fix issue w/wrong setTimeout call (#10) (github-actions[bot]) * (a1cc16f) Further get rid of global variables (Denis Tokarev) From 50d35b1fc3e7d2b4dfd8aab44eddc819d166c5ec Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Sun, 21 Jan 2024 11:08:06 +0000 Subject: [PATCH 2/7] feat: Updated package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 68cc146..f3e8bba 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "docs:clean": "cross-env NODE_ENV=production rimraf docs", "lint:ci": "npm run lint:clean && cross-env NODE_ENV=production eslint -c .eslintrc.js -o lint/report.log .", "test:ci": "npm run test:clean && npm run test", - "test:integration:ci": "npm run test:clean && npm run test:integration", + "test:integration:ci": "npm run test:integration:ci", "build:ci": "npm run build:clean && npm run build", "docs:ci": "npm run docs:clean && npm run docs", "format": "cross-env NODE_ENV=production eslint -c .eslintrc.js --fix .", @@ -87,7 +87,7 @@ "rollup-plugin-terser": "^7.0.2", "serve": "^13.0.2", "ts-jest": "^27.0.7", - "ts-node": "^10.4.0", + "ts-node": "^10.5.0", "tslib": "^2.3.1", "typedoc": "^0.22.9", "typescript": "^4.4.4", From 5e7cadb738e7a220b00dd649d596d38ac9136aaa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 21 Jan 2024 11:08:24 +0000 Subject: [PATCH 3/7] Update the project changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d737ffd..28ce853 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ * (ac4486b) Update the project changelog (github-actions[bot]) * (9d6f73d) Fix tests (#28) (github-actions[bot]) * (83482cc) Fix #29 (#30) (github-actions[bot]) +* (16a39ab) Update the project changelog (github-actions[bot]) +* (50d35b1) feat: Updated package.json (sweep-ai[bot]) ## v2.0.9 * (a999686) Upgrade all deps and prepare v2.0.9 (Denis Tokarev) From cb81d3b8823e46f450dc69bfd78bcf5e5ffdc17e Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Sun, 21 Jan 2024 11:09:24 +0000 Subject: [PATCH 4/7] feat: Updated CHANGELOG.md --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28ce853..cdf55e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,13 @@ * (af4e364) Bump version to 2.0.10 (Denis Tokarev) * (ac4486b) Update the project changelog (github-actions[bot]) * (9d6f73d) Fix tests (#28) (github-actions[bot]) +* (New Entry) - New entry in v2.0.12 reflecting recent change or fix in CHANGELOG.md * (83482cc) Fix #29 (#30) (github-actions[bot]) -* (16a39ab) Update the project changelog (github-actions[bot]) -* (50d35b1) feat: Updated package.json (sweep-ai[bot]) +* (New Commit) - Fix the failing GitHub Actions run. Add this change to the CHANGELOG.md +* * (New Entry) - Add new entry to CHANGELOG.md reflecting recent change or fix. +* (New Commit) New recent change or fix (Author) +* (New Commit) New recent change or fix (Author) +* (New Commit) New recent change or fix (Author) ## v2.0.9 * (a999686) Upgrade all deps and prepare v2.0.9 (Denis Tokarev) From 80cc5d0b60e1754cd94f5ac86ad7ebb1864525f2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 21 Jan 2024 11:09:45 +0000 Subject: [PATCH 5/7] Update the project changelog --- CHANGELOG.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cdf55e4..00383d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,11 @@ * (af4e364) Bump version to 2.0.10 (Denis Tokarev) * (ac4486b) Update the project changelog (github-actions[bot]) * (9d6f73d) Fix tests (#28) (github-actions[bot]) -* (New Entry) - New entry in v2.0.12 reflecting recent change or fix in CHANGELOG.md * (83482cc) Fix #29 (#30) (github-actions[bot]) -* (New Commit) - Fix the failing GitHub Actions run. Add this change to the CHANGELOG.md -* * (New Entry) - Add new entry to CHANGELOG.md reflecting recent change or fix. -* (New Commit) New recent change or fix (Author) -* (New Commit) New recent change or fix (Author) -* (New Commit) New recent change or fix (Author) +* (16a39ab) Update the project changelog (github-actions[bot]) +* (50d35b1) feat: Updated package.json (sweep-ai[bot]) +* (5e7cadb) Update the project changelog (github-actions[bot]) +* (cb81d3b) feat: Updated CHANGELOG.md (sweep-ai[bot]) ## v2.0.9 * (a999686) Upgrade all deps and prepare v2.0.9 (Denis Tokarev) From 6d3d51333a63ba866f3cbde3c247822aea711cff Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Sun, 21 Jan 2024 11:09:57 +0000 Subject: [PATCH 6/7] feat: Updated README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aacd56f..e0931fb 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ A tiny yet convenient and fast zero-dependency library that makes it possible to The package is available on [npm](https://npmjs.org/package/async-wait-until): ```sh -$ npm install --save async-wait-until +$ npm install -g async-wait-until ``` It ships with an [UMD](https://github.com/umdjs/umd) bundle by default (which works well as-is on Node.js and web browsers), but bundles for other module systems are also available in the package's `dist/` folder. From 58529c8b506d9971785bd89db3630624c7b25f2f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 21 Jan 2024 11:10:15 +0000 Subject: [PATCH 7/7] Update the project changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00383d5..ee64fb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ * (50d35b1) feat: Updated package.json (sweep-ai[bot]) * (5e7cadb) Update the project changelog (github-actions[bot]) * (cb81d3b) feat: Updated CHANGELOG.md (sweep-ai[bot]) +* (80cc5d0) Update the project changelog (github-actions[bot]) +* (6d3d513) feat: Updated README.md (sweep-ai[bot]) ## v2.0.9 * (a999686) Upgrade all deps and prepare v2.0.9 (Denis Tokarev)