Skip to content

Commit 3e728cc

Browse files
committed
chore(release): release 1.7.0
1 parent 47d5911 commit 3e728cc

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

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

5+
# [1.7.0](https://github.com/sapphiredev/cli/compare/v1.7.0...v1.7.0) - (2023-11-16)
6+
7+
## 🐛 Bug Fixes
8+
9+
- Update default JS templates to use new `LoaderContext` in doc comments ([47d5911](https://github.com/sapphiredev/cli/commit/47d5911bc0114161b951561ee6aa86043587804c))
10+
- **deps:** Update dependency execa to v8 (#254) ([88880b2](https://github.com/sapphiredev/cli/commit/88880b29595236ef552573c54a718a6e262f820b))
11+
- **deps:** Update dependency commander to v11 (#235) ([76d0719](https://github.com/sapphiredev/cli/commit/76d0719ed55e2e7ae43aba5c21c4843bd7660af7))
12+
- **deps:** Update all non-major dependencies ([d647d3f](https://github.com/sapphiredev/cli/commit/d647d3f9fbefa118348543bba2c098ed84604071))
13+
14+
## 🚀 Features
15+
16+
- Bump minimum nodejs version to 16.17.0 ([28a4cc8](https://github.com/sapphiredev/cli/commit/28a4cc806aeb993a924ee52fc448655a6db157a0))
17+
518
# [1.6.1](https://github.com/sapphiredev/cli/compare/v1.6.0...v1.6.1) - (2023-05-02)
619

720
## 🏃 Performance

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sapphire/cli",
3-
"version": "1.6.1",
3+
"version": "1.7.0",
44
"description": "CLI for Sapphire Framework",
55
"author": "@sapphire",
66
"license": "MIT",

0 commit comments

Comments
 (0)