diff --git a/CHANGELOG.md b/CHANGELOG.md index e03e3c135..74d04de0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## v1.0.0-112 + + +### 🩹 Fixes + +- Remove antlr4ts ([13eaa3d](https://github.com/undb-io/undb/commit/13eaa3d)) + +### ❤️ Contributors + +- Nichenqin ([@nichenqin](http://github.com/nichenqin)) + ## v1.0.0-111 diff --git a/package.json b/package.json index d85a9746d..e6bff785c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "undb", - "version": "1.0.0-111", + "version": "1.0.0-112", "private": true, "scripts": { "build": "NODE_ENV=production bun --bun turbo build",