Skip to content

Commit

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

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.2.0

[compare changes](https://github.com/unjs/listhen/compare/v1.1.2...v1.2.0)

### 🚀 Enhancements

- Improve watcher experience ([#82](https://github.com/unjs/listhen/pull/82))
- Dev server with serve static support ([#83](https://github.com/unjs/listhen/pull/83))
- **https:** Support using encrypted private key and pkcs12 (pfx) keystore ([#80](https://github.com/unjs/listhen/pull/80))

### 🩹 Fixes

- **watcher:** Resolve relative paths without leading dot ([c8388f1](https://github.com/unjs/listhen/commit/c8388f1))

### 🏡 Chore

- Update dependencies ([1a7a974](https://github.com/unjs/listhen/commit/1a7a974))
- Update playground ([028b5c9](https://github.com/unjs/listhen/commit/028b5c9))
- Update lockfile ([cd9f66a](https://github.com/unjs/listhen/commit/cd9f66a))
- Update usage to include h3 ([ede3999](https://github.com/unjs/listhen/commit/ede3999))

### 🤖 CI

- Use conventional commit for autofix action ([#79](https://github.com/unjs/listhen/pull/79))

### ❤️ Contributors

- Mastercuber <[email protected]>
- Pooya Parsa ([@pi0](http://github.com/pi0))
- Daniel Roe <[email protected]>

## v1.1.2

[compare changes](https://github.com/unjs/listhen/compare/v1.1.1...v1.1.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": "listhen",
"version": "1.1.2",
"version": "1.2.0",
"description": "👂 Elegant HTTP Listener",
"repository": "unjs/listhen",
"license": "MIT",
Expand Down Expand Up @@ -66,4 +66,4 @@
"vitest": "^0.34.1"
},
"packageManager": "[email protected]"
}
}

0 comments on commit 21ecc5b

Please sign in to comment.