Skip to content

Commit

Permalink
chore(release): v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jul 18, 2023
1 parent 4bbcb7f commit 4c2b080
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 2 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,39 @@

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

[compare changes](https://github.com/unjs/listhen/compare/v1.0.4...v1.1.0)

### πŸš€ Enhancements

- Support basic `listenAndWatch` ([#74](https://github.com/unjs/listhen/pull/74))
- `listhen` cli ([#75](https://github.com/unjs/listhen/pull/75))

### πŸ’… Refactors

- Split code ([c6fd01e](https://github.com/unjs/listhen/commit/c6fd01e))
- Use `consola/utils` for color utils ([f7a4f3b](https://github.com/unjs/listhen/commit/f7a4f3b))

### πŸ“¦ Build

- Remove non existing `cjs` dist from `exports` ([#69](https://github.com/unjs/listhen/pull/69))
- Move `types` field to the first ([5abd82c](https://github.com/unjs/listhen/commit/5abd82c))
- Fix cjs compatibility ([65d667c](https://github.com/unjs/listhen/commit/65d667c))

### 🏑 Chore

- Update dependencies ([92e94fb](https://github.com/unjs/listhen/commit/92e94fb))
- Format code ([5590480](https://github.com/unjs/listhen/commit/5590480))
- Add autofix ci ([c2e6b85](https://github.com/unjs/listhen/commit/c2e6b85))
- Add missing type import ([448d3c9](https://github.com/unjs/listhen/commit/448d3c9))
- Fix type import ([174e9fe](https://github.com/unjs/listhen/commit/174e9fe))

### ❀️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))
- Daniel Roe <daniel@roe.dev>

## v1.0.4

[compare changes](https://github.com/unjs/listhen/compare/v1.0.3...v1.0.4)
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.0.4",
"version": "1.1.0",
"description": "πŸ‘‚ Elegant HTTP Listener",
"repository": "unjs/listhen",
"license": "MIT",
Expand Down Expand Up @@ -62,4 +62,4 @@
"vitest": "^0.33.0"
},
"packageManager": "pnpm@8.6.8"
}
}

0 comments on commit 4c2b080

Please sign in to comment.