Skip to content

Commit a385c62

Browse files
chore(release): 1.3.0 [skip ci]
# [1.3.0](v1.2.11...v1.3.0) (2025-12-09) ### Bug Fixes * release on refactor, patch, chore ([7186f46](7186f46)) ### Features * add renovate for automated dependency updates ([6e73e35](6e73e35)) * add renovate for automated dependency updates ([fc41c3f](fc41c3f)) * add renovate for automated dependency updates ([c6a57cd](c6a57cd))
1 parent b1cfea8 commit a385c62

4 files changed

Lines changed: 22 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# [1.3.0](https://github.com/bottd/vite-plugin-norg/compare/v1.2.11...v1.3.0) (2025-12-09)
2+
3+
4+
### Bug Fixes
5+
6+
* release on refactor, patch, chore ([7186f46](https://github.com/bottd/vite-plugin-norg/commit/7186f46bb0d6bc500636b01174866cceba30fe52))
7+
8+
9+
### Features
10+
11+
* add renovate for automated dependency updates ([6e73e35](https://github.com/bottd/vite-plugin-norg/commit/6e73e35c7691b54371b2a3bb362fb54810eacac9))
12+
* add renovate for automated dependency updates ([fc41c3f](https://github.com/bottd/vite-plugin-norg/commit/fc41c3fbc471dd3ec9dd0924a44ba68f5a245b8c))
13+
* add renovate for automated dependency updates ([c6a57cd](https://github.com/bottd/vite-plugin-norg/commit/c6a57cd97eb04c4172819a8d2a1cc22b94b0b971))

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vite-plugin-norg-parser"
3-
version = "1.2.11"
3+
version = "1.3.0"
44
edition = "2021"
55
authors = ["drake bott"]
66
description = "wasm parser for vite-plugin-norg"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"license": "MIT",
44
"homepage": "https://github.com/bottd/vite-plugin-norg#README",
55
"name": "vite-plugin-norg",
6-
"version": "1.2.12",
6+
"version": "1.3.0",
77
"type": "module",
88
"description": "A Vite plugin for rendering Norg files",
99
"main": "dist/plugin/index.js",

0 commit comments

Comments
 (0)