Skip to content

Commit a19cde5

Browse files
committed
chore(release): release 1.9.0
1 parent e57c5ac commit a19cde5

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

β€ŽCHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

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

5+
# [1.9.0](https://github.com/sapphiredev/cli/compare/v1.9.0...v1.9.0) - (2023-12-03)
6+
7+
## πŸ› Bug Fixes
8+
9+
- Specify schema for both template schema files ([30a80bb](https://github.com/sapphiredev/cli/commit/30a80bb561f61b8fba78c8cfc4157ca579e73f7c))
10+
- **json schema:** Specify enum for projectLanguage ([2f1ba0d](https://github.com/sapphiredev/cli/commit/2f1ba0d7fb4597c82581601ee60391898a3b100f))
11+
- **json schema:** Fixed base schema url ([bd37a6c](https://github.com/sapphiredev/cli/commit/bd37a6c5b590de90c2a1efa7cb19f16f38403273))
12+
- Install yarn v4, not v3 ([938ca99](https://github.com/sapphiredev/cli/commit/938ca99fe6dedea04978ca1ac38ac9a4505f0651))
13+
14+
## πŸ“ Documentation
15+
16+
- **readme:** Update readme to mention virtual components ([23aa8c5](https://github.com/sapphiredev/cli/commit/23aa8c5e6b0f07e4b8028c21ecb243e81d845e03))
17+
18+
## πŸš€ Features
19+
20+
- Add generator for virtual piece loader (#274) ([f9fa2a3](https://github.com/sapphiredev/cli/commit/f9fa2a359c9a1bdb3b512a7484e0da12e20f6c8b))
21+
522
# [1.8.0](https://github.com/sapphiredev/cli/compare/v1.8.0...v1.8.0) - (2023-11-16)
623

724
## πŸš€ Features

β€Žpackage.json

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

0 commit comments

Comments
Β (0)