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-03-26 13:02:13 +0300
committerHenk Verlinde <henk@ventizo.com>2021-03-26 13:02:13 +0300
commitc332b4d315431da4d94e98f0c2e6649fea0c8219 (patch)
tree1e29d804f508cc6a48f4d45bbc8cd834233f7456
parent722b802012aba0450f63e6d5c902f65fa968da14 (diff)
chore(release): 0.2.2v0.2.2
-rw-r--r--CHANGELOG.md13
-rw-r--r--data/doks.json2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 16 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1f305b6..76090e0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,19 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
+### [0.2.2](https://github.com/h-enk/doks/compare/v0.2.1...v0.2.2) (2021-03-26)
+
+
+### Features
+
+* update default highlight style ([28a3b39](https://github.com/h-enk/doks/commit/28a3b39fb9653db3f627cd55d610f28ed95860b3))
+
+
+### Dependencies
+
+* bump bootstrap to 5.0.0-beta3 ([f76e68e](https://github.com/h-enk/doks/commit/f76e68e832737c5fbc2421f164988767dddc5d99))
+* bump versions to latest ([843e8d4](https://github.com/h-enk/doks/commit/843e8d45252bc596f8422fbce6938b38976373f9))
+
### [0.2.1](https://github.com/h-enk/doks/compare/v0.2.0...v0.2.1) (2021-03-18)
diff --git a/data/doks.json b/data/doks.json
index f65569f..27dd247 100644
--- a/data/doks.json
+++ b/data/doks.json
@@ -1,4 +1,4 @@
{
"name": "doks",
- "version": "0.2.1"
+ "version": "0.2.2"
}
diff --git a/package-lock.json b/package-lock.json
index d69a6b5..afa0d27 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "@hyas/doks",
- "version": "0.2.1",
+ "version": "0.2.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
diff --git a/package.json b/package.json
index bae6f4f..530e551 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "@hyas/doks",
"description": "Doks theme",
- "version": "0.2.1",
+ "version": "0.2.2",
"hugo-bin": {
"buildTags": "extended"
},