diff --git a/CHANGELOG.md b/CHANGELOG.md index c6e9384..839ba28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,8 @@ * (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]) +* (b9b8cb4) Update README.md (Denis Tokarev) ## v2.0.9 * (a999686) Upgrade all deps and prepare v2.0.9 (Denis Tokarev) @@ -47,6 +47,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..39fe61e 100644 --- a/README.md +++ b/README.md @@ -297,6 +297,8 @@ $ npm run build #### Generate docs +The following command generates docs from the inline JSDoc/TSDoc: + ```sh $ npm run docs ```