Skip to content

Commit 3fdf8e7

Browse files
authored
Merge pull request #26 from zeroedin/fix/release-the-kraken-0.3.0
fix: release the kraken 0.3.0
2 parents 4bf82bd + 71c6875 commit 3fdf8e7

File tree

6 files changed

+11
-2
lines changed

6 files changed

+11
-2
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"z-changeset-practice": minor
3+
---
4+
5+
releasing the kraken!

docs/images/kraken.png

1.43 MB
Loading

docs/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,11 @@
99
<h1>Hello World</h1>
1010
<p>Current version: {{ pkg.version }}</p>
1111

12+
<img src="images/kraken.png" alt="Kraken">
13+
1214
<p>Past versions:</p>
1315
<ul>
16+
<li><a href="/v0.3.0/">v0.3.0 🦑</a></li>
1417
<li><a href="/v0.2.3/">v0.2.3</a></li>
1518
<li><a href="/v0.2.2/">v0.2.2</a></li>
1619
<li><a href="/v0.2.1/">v0.2.1</a></li>

eleventy.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { Liquid } from "liquidjs";
33
export default async function(eleventyConfig) {
44
eleventyConfig.setInputDirectory("docs");
55
eleventyConfig.setOutputDirectory("_site");
6+
eleventyConfig.addPassthroughCopy("docs/images/*");
67

78
const options = {
89
jsTruthy: true,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
]
4343
},
4444
"docs:watch": {
45-
"command": "eleventy --watch --incremental",
45+
"command": "eleventy --serve --watch --incremental",
4646
"files": [
4747
"docs"
4848
],

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
console.log('v0.2.3');
1+
console.log('v0.3.0');

0 commit comments

Comments
 (0)