Skip to content

Commit

Permalink
chore: release v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Oct 19, 2024
1 parent e9d6a1b commit 41a035a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Changelog


## v0.2.1...main

[compare changes](https://github.com/stacksjs/dtsx/compare/v0.2.1...main)

### 🏡 Chore

- Remove `c12` dep ([e9d6a1b](https://github.com/stacksjs/dtsx/commit/e9d6a1b))

### ❤️ Contributors

- Chris <chrisbreuer93@gmail.com>

## v0.2.0...main

[compare changes](https://github.com/stacksjs/dtsx/compare/v0.2.0...main)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stacksjs/dtsx",
"type": "module",
"version": "0.2.1",
"version": "0.2.2",
"description": "A modern, fast .d.ts generation tool, powered by Bun.",
"author": "Chris Breuer <chris@stacksjs.org>",
"license": "MIT",
Expand Down Expand Up @@ -74,7 +74,7 @@
"commit-msg": "bunx --no -- commitlint --edit $1"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,vue}": "bunx eslint . --fix"
"*.{js,jsx,ts,tsx}": "bunx eslint . --fix"
},
"config": {
"commitizen": {
Expand Down

0 comments on commit 41a035a

Please sign in to comment.