Skip to content

Commit

Permalink
[Release] 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leomotors committed Mar 28, 2022
1 parent 0247d27 commit bb90194
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to Kawaii Cocoa Grader will be documented here

Changelog before 0.2.2 will not be noted here

## [1.2.0] - 2022-03-28

- Now display compilation error message

## [1.1.0] - 2022-02-27

- Added Interactive (Partial Support)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"@discordjs/builders": "^0.12.0",
"chalk": "^5.0.1",
"cocoa-discord-utils": "^1.4.0",
"cocoa-discord-utils": "^1.4.1",
"discord.js": "^13.6.0",
"dotenv": "^16.0.0",
"node-fetch": "^3.2.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -561,10 +561,10 @@ chalk@^5.0.1:
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.0.1.tgz#ca57d71e82bb534a296df63bbacc4a1c22b2a4b6"
integrity sha512-Fo07WOYGqMfCWHOzSXOt2CxDbC6skS/jO9ynEcmpANMoPrD+W1r1K6Vx7iNm+AQmETU1Xr2t+n8nzkV9t6xh3w==

cocoa-discord-utils@^1.4.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/cocoa-discord-utils/-/cocoa-discord-utils-1.4.0.tgz#1dd2faa2d25450fa7290d65c370b7044f9a977fc"
integrity sha512-bNwl5hCkC6A/G99Y29FPWQc784FJoYMKYxbvbHl7PL8jAAJPHv5X+GdF+Pnkl7D/50kQtNUaw64icqQd4OQuMQ==
cocoa-discord-utils@^1.4.1:
version "1.4.1"
resolved "https://registry.yarnpkg.com/cocoa-discord-utils/-/cocoa-discord-utils-1.4.1.tgz#d6b12b6b31408de0ad1a4d905cae838445ad67fc"
integrity sha512-WI281G5FGCWoeDRy+QtS56Eb4H3obb7PTHw/mQ063j00UwTeVy5VhXCyw0jJxVLkA/dv38I/tR+qE6fHt4xQZw==
dependencies:
"@discordjs/builders" "^0.12.0"
chalk "4.1.2"
Expand Down

0 comments on commit bb90194

Please sign in to comment.