From 095fc8cd5a6958a675a260abd9fcc594e4346188 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 18 Jan 2022 12:51:39 +0000 Subject: [PATCH] chore(release): 2.4.1 [skip ci] ## [2.4.1](https://github.com/SoftwareBrothers/better-docs/compare/v2.4.0...v2.4.1) (2022-01-18) ### Bug Fixes * fix dist-dir argument in building process ([bb1801f](https://github.com/SoftwareBrothers/better-docs/commit/bb1801fd4b4e698d95890a8aa1216454b47f904a)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 75f7642..e88d226 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "better-docs", - "version": "2.4.0", + "version": "2.4.1", "description": "JSdoc theme", "repository": "github:SoftwareBrothers/better-docs", "main": "publish.js",