Skip to content
This repository was archived by the owner on Dec 7, 2023. It is now read-only.

Commit 0957992

Browse files
authored
Merge pull request #230 from webtime-studio/update/release-2.0.6
Update to v2.0.6
2 parents 8298f3f + f5a83fb commit 0957992

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<h1 align="center">Create HTML boilerplate</h1>
22
<p>
3-
<img alt="Версия проекта" src="https://img.shields.io/badge/version-2.0.4-green.svg?cacheSeconds=2592000" />
3+
<img alt="Версия проекта" src="https://img.shields.io/badge/version-2.0.6-green.svg?cacheSeconds=2592000" />
44
<img alt="Минимально необходимая версия NodeJS" src="https://img.shields.io/badge/node-%5E16-green.svg" />
55
</p>
66

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-html-boilerplate",
3-
"version": "2.0.5",
3+
"version": "2.0.6",
44
"description": "Boilerplate for creating modular websites with HTML, SCSS and JavaScript without any headache",
55
"scripts": {
66
"start": "webpack-dev-server --config webpack/webpack.config.js --open",

0 commit comments

Comments
 (0)