Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/h-enk/doks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenk Verlinde <henk@ventizo.com>2021-07-02 21:54:57 +0300
committerHenk Verlinde <henk@ventizo.com>2021-07-02 21:54:57 +0300
commit37866250903b976fcce3ebf0e48e916981ee9429 (patch)
treebdda32c3374a238a177e42dc68cb3f2b222893b2
parenta0d4a76d2a8187eae70b394905889a37e14b7a47 (diff)
0.3.1v0.3.1
-rw-r--r--CHANGELOG.md7
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
3 files changed, 10 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6c6af0d..a16e2a3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,8 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
+#### [v0.3.1](https://github.com/h-enk/doks/compare/v0.3.0...v0.3.1)
+
+- fix: update theme.toml [`a0d4a76`](https://github.com/h-enk/doks/commit/a0d4a76d2a8187eae70b394905889a37e14b7a47)
+- fix: update permalinks setting [`4894d96`](https://github.com/h-enk/doks/commit/4894d96a69eb2c70b7059c90ee02594286b1122e)
+
#### [v0.3.0](https://github.com/h-enk/doks/compare/v0.2.3...v0.3.0)
+> 25 June 2021
+
- ✨ Adds video shortcode [`#244`](https://github.com/h-enk/doks/pull/244)
- ✨ Adds collapsible sidebar as an option [`#243`](https://github.com/h-enk/doks/pull/243)
- 🐛 Fixes scrollbar in code blocks [`#231`](https://github.com/h-enk/doks/pull/231)
diff --git a/package-lock.json b/package-lock.json
index cb2596d..1676fc6 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@hyas/doks",
- "version": "0.3.0",
+ "version": "0.3.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@hyas/doks",
- "version": "0.3.0",
+ "version": "0.3.1",
"hasInstallScript": true,
"license": "MIT",
"devDependencies": {
diff --git a/package.json b/package.json
index 62f7500..404f11e 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "@hyas/doks",
"description": "Doks theme",
- "version": "0.3.0",
+ "version": "0.3.1",
"browserslist": [
"defaults"
],