Skip to content

Commit 683b9d4

Browse files
committed
chore(release): release 1.4.0
1 parent 891ffa5 commit 683b9d4

File tree

2 files changed

+51
-1
lines changed

2 files changed

+51
-1
lines changed

β€ŽCHANGELOG.md

+50
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,56 @@
22

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

5+
# [1.4.0](https://github.com/sapphiredev/cli/compare/v1.3.1...v1.4.0) - (2023-01-29)
6+
7+
## 🏠 Refactor
8+
9+
- Import discord types from discord.js ([542b63e](https://github.com/sapphiredev/cli/commit/542b63e1070f70cddc31e9c1b349c47f2de2f438))
10+
- Update template to v14/djs and sapphire/v4 (#181) ([7c2d28b](https://github.com/sapphiredev/cli/commit/7c2d28b4b3fbae511c2e68aa237983f373cde032))
11+
12+
## πŸ› Bug Fixes
13+
14+
- **deps:** Update dependency commander to v10 (#196) ([8646ff0](https://github.com/sapphiredev/cli/commit/8646ff0187db16d5da2f7aae0a30ee1d9164e01a))
15+
- **deps:** Update dependency @sapphire/result to ^2.6.0 (#176) ([309768b](https://github.com/sapphiredev/cli/commit/309768bdfebb22001c14f84cd46a1f750ae1afbd))
16+
- **deps:** Update dependency @sapphire/result to ^2.5.0 ([c501908](https://github.com/sapphiredev/cli/commit/c50190879f6ffa1708a972c717cb3dd84eca0248))
17+
18+
## πŸ“ Documentation
19+
20+
- Add @BashGuy10 as a contributor ([2343600](https://github.com/sapphiredev/cli/commit/234360035defce7cb150e836ac7b8e2cf3d64dee))
21+
22+
## πŸš€ Features
23+
24+
- Add typescript starter example ([2dedf93](https://github.com/sapphiredev/cli/commit/2dedf93f3a82b2853a8f8f142de57e0d25caf3f0))
25+
- Add pnpm support (#191) ([1eec4e6](https://github.com/sapphiredev/cli/commit/1eec4e6e2c59676bb9ca46a4de2f23c6a726e1bb))
26+
27+
# [1.3.1](https://github.com/sapphiredev/cli/compare/v1.3.0...v1.3.1) - (2022-09-06)
28+
29+
## πŸ› Bug Fixes
30+
31+
- Fixed core templates (#159) ([85ea98b](https://github.com/sapphiredev/cli/commit/85ea98babb5197e041367f3d47e12c18f753e4ea))
32+
- **deps:** Update dependency @sapphire/result to ^2.4.1 ([1960263](https://github.com/sapphiredev/cli/commit/1960263268e38dfc8ccfb91a8b3621d4d0c3bf76))
33+
- Update messagecommand to v3 and use Command (#152) ([f897118](https://github.com/sapphiredev/cli/commit/f897118b7edd9129068dea71dca865dc5c7b39ab))
34+
35+
# [1.3.0](https://github.com/sapphiredev/cli/compare/v1.2.0...v1.3.0) - (2022-08-21)
36+
37+
## 🏠 Refactor
38+
39+
- Switch to @favware/colorette-spinner ([e52962d](https://github.com/sapphiredev/cli/commit/e52962d53bc11af482c4ba60186f411d94f29b0b))
40+
41+
## πŸ› Bug Fixes
42+
43+
- **deps:** Update dependency @sapphire/result to ^2.3.3 ([4c6891b](https://github.com/sapphiredev/cli/commit/4c6891b28134120969975b00ab474683eaa9cedd))
44+
- **deps:** Update dependency @sapphire/result to ^2.1.1 ([e42c188](https://github.com/sapphiredev/cli/commit/e42c188b05ec2f4a68403f94cfa6333e9d5421fd))
45+
- **deps:** Update dependency @sapphire/result to v2 (#135) ([025c7ca](https://github.com/sapphiredev/cli/commit/025c7caed86e17e4b9e20def743e7c33d9b81589))
46+
47+
## πŸ“ Documentation
48+
49+
- Add @boingtheboeing as a contributor ([ac6088c](https://github.com/sapphiredev/cli/commit/ac6088c557800b25f3da1bd561de3941298e5f22))
50+
51+
## πŸš€ Features
52+
53+
- Add templates for slash commands and context menu commands (#141) ([b97aeac](https://github.com/sapphiredev/cli/commit/b97aeac80999e81a3ae80e0dc7c749d6474945a8))
54+
555
# [1.3.1](https://github.com/sapphiredev/cli/compare/v1.3.0...v1.3.1) - (2022-09-06)
656

757
## πŸ› Bug Fixes

β€Žpackage.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sapphire/cli",
3-
"version": "1.3.1",
3+
"version": "1.4.0",
44
"description": "CLI for Sapphire Framework",
55
"author": "@sapphire",
66
"license": "MIT",

0 commit comments

Comments
Β (0)