Skip to content

Commit 8bd728b

Browse files
committed
v0.2.2
1 parent 79d8046 commit 8bd728b

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

Diff for: .npmignore

+5
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
11
.yarn/
2+
.github/
3+
bun.lockb
4+
.editorconfig
5+
docs/
6+
typedoc.json

Diff for: docs/djockey.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ output_dir:
77
gfm: out/gfm
88

99
project_info:
10-
version: 0.2.1
10+
version: 0.2.2
1111
github_url: https://github.com/irskep/djockey
1212
description: "A powerful static site generator for technical writing and project documentation"
1313
social_image: static/type_logo.png

Diff for: docs/src/changelog.dj

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ order: -1
66

77
## 0.2
88

9+
### 0.2.2 - 2024-09-03
10+
11+
- Stop publishing Bun lockfiles, docs, and other unnecessary things
12+
913
### 0.2.1 - 2024-09-03
1014

1115
- Stop publishing Yarn cache files

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "djockey",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"packageManager": "[email protected]",
55
"engines": {
66
"node": ">=17.0.0"

0 commit comments

Comments
 (0)