Skip to content

Commit 991eeaf

Browse files
chore(release): bump version to 0.12.0 [skip ci]
1 parent 1cdcea1 commit 991eeaf

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Changelog
22

33

4+
## [0.12.0](https://github.com/NLeSC/data-storytelling/releases/tag/v0.12.0) - 2026-02-13
5+
6+
## What's Changed
7+
8+
### ✨ Features
9+
- feat: add initial blog post on AI-powered storytelling for scientific communication (b1812db)
10+
11+
### 📦 Other Changes
12+
- Merge branch 'main' of https://github.com/NLeSC/data-storytelling (1cdcea1)
13+
14+
15+
416
## [0.11.0](https://github.com/NLeSC/data-storytelling/releases/tag/v0.11.0) - 2026-02-12
517

618
## What's Changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ keywords:
3838
- ai-powered
3939
- scientific-communication
4040
license: Apache-2.0
41-
version: 0.11.0
42-
date-released: 2026-02-12
41+
version: 0.12.0
42+
date-released: 2026-02-13

webapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "webapp",
33
"private": true,
4-
"version": "0.11.0",
4+
"version": "0.12.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite dev",

0 commit comments

Comments
 (0)