Skip to content

Commit e640f32

Browse files
Version Packages
1 parent f9f8edb commit e640f32

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.changeset/wild-deers-end.md

-5
This file was deleted.
+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# svelte-ast-print
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- [#114](https://github.com/xeho91/js-ast/pull/114) [`06c1f0d`](https://github.com/xeho91/js-ast/commit/06c1f0ded0fdd173bbd12dd90dcb1ddc40cb2a6a) Thanks [@xeho91](https://github.com/xeho91)! - feat!: Modularize `print` into smaller `print*` functions

packages/svelte-ast-print/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package",
33
"name": "svelte-ast-print",
4-
"version": "0.6.0",
4+
"version": "1.0.0",
55
"type": "module",
66
"description": "Serialize Svelte AST nodes into stringified syntax. A.k.a parse in reverse.",
77
"keywords": [

0 commit comments

Comments
 (0)