Skip to content

Commit 7fdd1a6

Browse files
committed
chore(release): v1.1.5
1 parent a47f14c commit 7fdd1a6

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [1.1.5](https://github.com/svelteness/kit-docs/compare/v1.1.4...v1.1.5) (2023-09-16)
2+
3+
4+
### Bug Fixes
5+
6+
* remove outdated config ([#94](https://github.com/svelteness/kit-docs/issues/94)) ([8d4fd42](https://github.com/svelteness/kit-docs/commit/8d4fd427cd6e4db281592694fc6354dd803ad19b))
7+
8+
9+
### Features
10+
11+
* allow root docs pages ([#95](https://github.com/svelteness/kit-docs/issues/95)) ([a47f14c](https://github.com/svelteness/kit-docs/commit/a47f14c1287fa47253e577728a9eeeb92164f697))
12+
13+
14+
115
## [1.1.4](https://github.com/svelteness/kit-docs/compare/v1.1.3...v1.1.4) (2023-09-15)
216

317

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kit-docs-workspace",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"private": true,
55
"type": "module",
66
"scripts": {

packages/create-kit-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@svelteness/create-kit-docs",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"description": "Quickly scaffold a KitDocs application.",
55
"license": "MIT",
66
"type": "module",

packages/kit-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@svelteness/kit-docs",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"description": "Documentation integration for SvelteKit.",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)