diff options
| -rw-r--r-- | CHANGELOG.md | 4 | ||||
| -rw-r--r-- | exampleSite/content/documentation/index.md | 4 | ||||
| -rw-r--r-- | exampleSite/go.mod | 2 | ||||
| -rw-r--r-- | package-lock.json | 4 | ||||
| -rw-r--r-- | package.hugo.json | 2 | ||||
| -rw-r--r-- | package.json | 2 |
6 files changed, 9 insertions, 9 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4948a3f..b06862d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,9 @@ 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.1.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.7.0...HEAD) +## [Unreleased](https://github.com/sergeyklay/gohugo-theme-ed/compare/v0.8.0...HEAD) + +## [v0.8.0](https://github.com/sergeyklay/gohugo-theme-ed/compare/v0.6.0...v0.7.0) ### Added diff --git a/exampleSite/content/documentation/index.md b/exampleSite/content/documentation/index.md index 9e2a3f6..06d012f 100644 --- a/exampleSite/content/documentation/index.md +++ b/exampleSite/content/documentation/index.md @@ -75,8 +75,8 @@ Your terminal output should look similar to the following: ``` go: no module dependencies to download -go: downloading github.com/sergeyklay/gohugo-theme-ed v0.7.0 -go: added github.com/sergeyklay/gohugo-theme-ed v0.7.0 +go: downloading github.com/sergeyklay/gohugo-theme-ed v0.8.0 +go: added github.com/sergeyklay/gohugo-theme-ed v0.8.0 hugo: downloading modules … hugo: collected modules in 5342 ms ``` diff --git a/exampleSite/go.mod b/exampleSite/go.mod index 90d95bb..812a99e 100644 --- a/exampleSite/go.mod +++ b/exampleSite/go.mod @@ -3,5 +3,3 @@ module github.com/sergeyklay/gohugo-theme-ed/exampleSite go 1.18 replace github.com/sergeyklay/gohugo-theme-ed => ../ - -require github.com/sergeyklay/gohugo-theme-ed v0.7.0 // indirect diff --git a/package-lock.json b/package-lock.json index 2b52792..179e344 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ed", - "version": "0.7.0", + "version": "0.8.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ed", - "version": "0.7.0", + "version": "0.8.0", "license": "MIT", "devDependencies": { "@playwright/test": "^1.47.0", diff --git a/package.hugo.json b/package.hugo.json index e367bf8..bf0531e 100644 --- a/package.hugo.json +++ b/package.hugo.json @@ -1,4 +1,4 @@ { "name": "ed", - "version": "0.7.0" + "version": "0.8.0" } diff --git a/package.json b/package.json index d489df4..989d81b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ed", - "version": "0.7.0", + "version": "0.8.0", "private": true, "description": "Ed theme for minimal editions, based on Alex Gil theme.", "keywords": [ |
