Releases: nirgn975/generator-jekyll-starter-kit
Releases · nirgn975/generator-jekyll-starter-kit
Version 3.0.4
- Run
npm audit
to fix vulnerabilities that found in different packages the project use. - Add GitHub action CD script to publish releases to npm and github registries.
Version 3.0.3
- Run
npm audit
to fix vulnerabilities that found in different packages the project use. - Update dependencies.
- Fix coverage.
Version 3.0.2
- Run
npm audit
to fix vulnerabilities that found in different packages the project use. - Add github action to test and lint (remove travis-ci).
- Add dependabot.
- Fix badges in
README.md
file. - Add Issues and Pull requests templates, and created
CODE_OF_CONDUCT
file.
Version 3.0.1
Run npm audit
to fix 8 vulnerabilities that found in different packages the project use.
Version 3.0.0
About the release
The big change is updating Jekyll to it's newest version, version 4.0.
We also
- Update all of the dependencies.
- Add support for node version 12.
- Replace
nsp
withnpm audit
. - Update maintenance badge.
Version 2.3.2
Version 2.3.1
Version 2.3.0
Version 2.2.3
Version 2.1.2
Patches
- #90 Adding troubleshooting issues(@RoySegall)
- #91 Fixing JS including. (@RoySegall)