Skip to content

Commit

Permalink
chore(release): release 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed May 2, 2023
1 parent 25d82bd commit 6faf7ff
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

All notable changes to this project will be documented in this file.

# [1.6.1](https://github.com/sapphiredev/cli/compare/v1.6.0...v1.6.1) - (2023-05-02)

## 🏃 Performance

- Optimize the logic of "parseCommonHints" (#221) ([13260f0](https://github.com/sapphiredev/cli/commit/13260f02456f13e87c9257b97dcd03199e6bf57d))

## 🐛 Bug Fixes

- Output proper esm code ([353a861](https://github.com/sapphiredev/cli/commit/353a861455caed0a5762f6a6d9661bc5419000dc))
- Use proper imports ([7c7b54b](https://github.com/sapphiredev/cli/commit/7c7b54b700faf3f21a8cab16d2ce493ab2a8ff31))
- Ensure yarn v3 is configured properly ([f53d59a](https://github.com/sapphiredev/cli/commit/f53d59a77a59c8c2f2639bd5c0ad92759ff42d10))
- **deps:** Update all non-major dependencies ([60e7410](https://github.com/sapphiredev/cli/commit/60e7410eba394745477f8707c705c9444f02dff4))

# [1.6.0](https://github.com/sapphiredev/cli/compare/v1.5.0...v1.6.0) - (2023-04-12)

## 🏠 Refactor
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sapphire/cli",
"version": "1.6.0",
"version": "1.6.1",
"description": "CLI for Sapphire Framework",
"author": "@sapphire",
"license": "MIT",
Expand Down

0 comments on commit 6faf7ff

Please sign in to comment.