Skip to content

Commit 0d97621

Browse files
committed
0.10.1
1 parent 09423c4 commit 0d97621

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ This changelog is generated automatically by [`build/changelog.civet`](build/cha
44
For each version of Civet, it lists and links to all incorporated PRs,
55
as well as a full diff and commit list.
66

7+
## 0.10.1 (2025-03-22, [diff](https://github.com/DanielXMoore/Civet/compare/v0.10.0...v0.10.1), [commits](https://github.com/DanielXMoore/Civet/commits/v0.10.1))
8+
* More general expressions in indented forms of `implements` and `with` [[#1720](https://github.com/DanielXMoore/Civet/pull/1720)]
9+
* Allow `>code` to continue an implicit JSX fragment [[#1721](https://github.com/DanielXMoore/Civet/pull/1721)]
10+
* Fix hot reload via unplugin in NextJS, fix sourcemaps with `ts: "preserve"` [[#1722](https://github.com/DanielXMoore/Civet/pull/1722)]
11+
* Farm and Rolldown bundler support [[#1723](https://github.com/DanielXMoore/Civet/pull/1723)]
12+
713
## 0.10.0 (2025-03-17, [diff](https://github.com/DanielXMoore/Civet/compare/v0.9.7...v0.10.0), [commits](https://github.com/DanielXMoore/Civet/commits/v0.10.0))
814
* Document `class with A, B` mixins [[#1703](https://github.com/DanielXMoore/Civet/pull/1703)]
915
* Document how to use VSCode plugin [[#1704](https://github.com/DanielXMoore/Civet/pull/1704)]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@danielx/civet",
33
"type": "commonjs",
4-
"version": "0.10.0",
4+
"version": "0.10.1",
55
"description": "CoffeeScript style syntax for TypeScript",
66
"main": "dist/main.js",
77
"module": "dist/main.mjs",

0 commit comments

Comments
 (0)