Skip to content

Commit

Permalink
chore(release): v1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
shoma-mano committed Sep 5, 2024
1 parent e4cea4e commit 943bc55
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Changelog


## v1.0.7

[compare changes](https://github.com/shoma-mano/task-definition-ts/compare/v1.0.6...v1.0.7)

### 🩹 Fixes

- Fix output path ([e4cea4e](https://github.com/shoma-mano/task-definition-ts/commit/e4cea4e))

### ❤️ Contributors

- Shoma-mano <[email protected]>

## v1.0.6

[compare changes](https://github.com/shoma-mano/task-definition-ts/compare/v1.0.5...v1.0.6)
Expand Down
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,20 @@
{
"name": "task-definition-ts",
"version": "1.0.6",
"version": "1.0.7",
"description": "",
"exports": {
".": {
"import": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
},
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}
}
},
"scripts": {
"build": "unbuild",
"release": "changelogen --release --push --publish"
"release": "unbuild && changelogen --release --push --publish"
},
"files": [
"dist"
Expand Down

0 comments on commit 943bc55

Please sign in to comment.