Skip to content

Commit 94663b7

Browse files
committed
config: Bump version
1 parent 83bedfd commit 94663b7

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [0.10.0-beta]
810
### Added
911
- Explanation for logos in docs
1012
- Feature to estimate reading time on blog posts

docs/.vuepress/config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module.exports = {
1212
{ text: 'Home', link: '/' },
1313
{ text: 'Learn', link: '/learn/' }
1414
],
15-
version: '0.9.0-beta'
15+
version: '0.10.0-beta'
1616
},
1717
plugins: [
1818
[

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vuepress-blog",
33
"description": "This is a basic template to use VuePress as your blogging platform",
4-
"version": "0.9.0-beta",
4+
"version": "0.10.0-beta",
55
"license": "MIT",
66
"scripts": {
77
"dev": "vuepress dev src",

0 commit comments

Comments
 (0)