diff --git a/CHANGELOG.md b/CHANGELOG.md index f94cdc4..4c153fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,14 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [1.0.3] - 2020-09-02 +## [1.0.9] - 2020-09-02 ### Added - Initial templates of source code. - License selection. - Type checking mode selection. - Build script. - Package publication script. - -## [1.0.2] - 2020-09-02 [YANKED] - -## [1.0.1] - 2020-09-01 [YANKED] diff --git a/README.md b/README.md index b2f0c49..2733b2b 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ README.md (and its variants) CHANGELOG.md (and its variants) LICENSE ``` -If you add new files or directories, it's necessary to include them to `files` section of your `package.json`. Run `npm pack` and check out output tarball before release. +If you add new files or directories, it's necessary to include them to [`files`](https://docs.npmjs.com/files/package.json#files) section of your `package.json`. Run `npm pack` and check out output tarball before release. _More information about it and other helpful development techniques you can read in [npm developer guide](https://docs.npmjs.com/misc/developers)._ #### How publication works under the hood @@ -180,6 +180,7 @@ interface Window { ## 🗺 Roadmap ### In version `1.x` +* **Windows support.** Current version works on Linux and MacOS. * **Tests.** Test frameworks, code coverage. * **Code standards.** Setting up `eslint`, auto code formatting. * **Pull-request bots.** Checking code coverage, dependencies vulnerabilities, etc