summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-05-27 16:12:04 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2022-05-27 16:12:04 +0200
commite96de2b32f5563ecc251821c57e13018b7aa2b29 (patch)
tree949faccd4ae456d2ebf97a040b501609a1c0813d
parentb7802930655b007f447c6ca66f51f0e0ee64474d (diff)
downloadgohugo-theme-ed-e96de2b32f5563ecc251821c57e13018b7aa2b29.tar.gz
Bump version
-rw-r--r--CHANGELOG.md2
-rw-r--r--package-lock.json4
-rw-r--r--package.hugo.json2
-rw-r--r--package.json2
4 files changed, 6 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1aa0be8..19120c3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [Unreleased](https://github.com/sergeyklay/gohugo-theme-ed/compare/v0.1.0...HEAD)
+
## v0.1.0 - 2022-05-27
- Initial release
diff --git a/package-lock.json b/package-lock.json
index cc1303b..65dc8bb 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "ed",
- "version": "0.1.0",
+ "version": "0.2.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "ed",
- "version": "0.1.0",
+ "version": "0.2.0",
"license": "MIT",
"devDependencies": {
"editorconfig-checker": "^4.0.2",
diff --git a/package.hugo.json b/package.hugo.json
index 9aa5550..9c0f660 100644
--- a/package.hugo.json
+++ b/package.hugo.json
@@ -1,4 +1,4 @@
{
"name": "ed",
- "version": "0.1.0"
+ "version": "0.2.0"
}
diff --git a/package.json b/package.json
index 6f15855..d2318cc 100644
--- a/package.json
+++ b/package.json
@@ -33,5 +33,5 @@
"lint:js": "eslint static/js/*.js",
"lint": "npm run lint:js && npm run lint:editorconfig"
},
- "version": "0.1.0"
+ "version": "0.2.0"
}