Skip to content

Commit abeddd0

Browse files
committed
Release
1 parent d6cfda8 commit abeddd0

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

HISTORY.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
99

10-
## [v0.1.6](https://github.com/greenfinity/rescript-docx/compare/v0.1.5...v0.1.6)
10+
## [v0.1.7](https://github.com/greenfinity/rescript-docx/compare/v0.1.6...v0.1.7)
11+
12+
### Merged
13+
14+
- Use forked version of rescript-nodejs to support rewatch --dev [`#7`](https://github.com/greenfinity/rescript-docx/pull/7)
15+
16+
## [v0.1.6](https://github.com/greenfinity/rescript-docx/compare/v0.1.5...v0.1.6) - 2025-01-05
1117

1218
### Merged
1319

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@greenfinity/rescript-docx",
33
"description": "ReScript bindings for the docx.js lib",
4-
"version": "0.1.6",
4+
"version": "0.1.7",
55
"scripts": {
66
"changelog": "yarn auto-changelog -p && git add HISTORY.md",
77
"build": "yarn rescript:build",

0 commit comments

Comments
 (0)