Skip to content

Commit

Permalink
chore(release): v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jul 28, 2023
1 parent 21f6e9c commit 77ac9aa
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,35 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## v1.4.0

[compare changes](https://github.com/unjs/untyped/compare/v1.3.2...v1.4.0)

### 🚀 Enhancements

- Add option to not infer defaults ([#86](https://github.com/unjs/untyped/pull/86), [#88](https://github.com/unjs/untyped/pull/88))

### 🩹 Fixes

- Tighten schema definition types ([#102](https://github.com/unjs/untyped/pull/102))
- Broken types with array literal and object entries ([#96](https://github.com/unjs/untyped/pull/96))

### 🏡 Chore

- Explicitly use pnpm 8 ([71f845d](https://github.com/unjs/untyped/commit/71f845d))
- Update dependencies ([3796abb](https://github.com/unjs/untyped/commit/3796abb))
- Update dependencies ([5efda9e](https://github.com/unjs/untyped/commit/5efda9e))
- Temporarily keep old prettier style ([5250851](https://github.com/unjs/untyped/commit/5250851))
- Lint code ([347c312](https://github.com/unjs/untyped/commit/347c312))
- Add autofix ci ([21f6e9c](https://github.com/unjs/untyped/commit/21f6e9c))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))
- Harlan Wilton ([@harlan-zw](http://github.com/harlan-zw))
- Daniel Roe <daniel@roe.dev>
- Paulohsa32 <paulohsa32@icloud.com>

## v1.3.2

[compare changes](https://github.com/unjs/untyped/compare/v1.3.1...v1.3.2)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "untyped",
"version": "1.3.2",
"version": "1.4.0",
"description": "",
"repository": "unjs/untyped",
"license": "MIT",
Expand Down Expand Up @@ -80,4 +80,4 @@
"vitest": "^0.33.0"
},
"packageManager": "pnpm@8.6.10"
}
}

0 comments on commit 77ac9aa

Please sign in to comment.