diff --git a/CHANGELOG.md b/CHANGELOG.md index c6e9384..ee64fb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +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]) -* (e9ec45b) Fix #29 (Denis Tokarev) -* (5b8ba34) Bump to 2.0.12 (Denis Tokarev) +* (83482cc) Fix #29 (#30) (github-actions[bot]) +* (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]) +* (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) @@ -47,6 +52,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) 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. 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",