Bump version to 0.1.22 and add TypeScript definition index.d.ts to CHANGELOG

This commit is contained in:
jolo-dev 2025-02-23 14:52:04 +01:00
parent 7cf6e2b42a
commit b5999e8c83
2 changed files with 4 additions and 1 deletions

View file

@ -2,6 +2,9 @@
All notable changes to only the d2.js package will be documented in this file. **Does not
include changes to the main d2 project.**
## [0.1.22] - 2025-02-23
Add Typescript definition `index.d.ts`.
## [0.1.0] - 2025-01-12

View file

@ -2,7 +2,7 @@
"name": "@terrastruct/d2",
"author": "Terrastruct, Inc.",
"description": "D2.js is a wrapper around the WASM build of D2, the modern text-to-diagram language.",
"version": "0.1.21",
"version": "0.1.22",
"repository": {
"type": "git",
"url": "git+https://github.com/terrastruct/d2.git",