Skip to content

Commit

Permalink
v3.0.0 → v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ahlec committed Mar 7, 2021
1 parent bb450dd commit 0990e7c
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions changelog/changelog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,37 @@
import { ChangelogVersion } from "./types";

export const CHANGELOG: readonly ChangelogVersion[] = [
{
version: "v3.1.0",
date: "7 March 2021",
newFeatures: [
{
label: "New counters.",
details:
"Meet the latest addition to the crew: 株, 試合, 店, 部, and the LONG overdue 杯.",
},
{
label: "New collection.",
details:
"You'll now be able to check out the **Office Life** collection, featuring counters you'd likely need for a corporate day job.",
},
],
improvements: [],
bugFixes: [
{
text:
"Fixed an issue where external links for some counters displayed weird text symbols.",
},
],
developerChanges: [
"Rewrote the Markdown parsing pipeline, improving reuse and maintainability as well as preparing groundwork for migrating data to server.",
"Updated the format of the Markdown-transpiled JSX components.",
"Counter external links now use Markdown instead of raw text.",
"Validation for external link Markdown added to `yarn db:audit`.",
"Updated Sass imports to use aliases instead of relative paths.",
"Migrated more code into the modules system (quizzes and data exploration).",
],
},
{
version: "v3.0.0",
date: "12 February 2021",
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": "jyosuushi",
"version": "3.0.0",
"version": "3.1.0",
"author": "Alec Jacob Deitloff <[email protected]>",
"license": "MIT",
"engines": {
Expand Down

0 comments on commit 0990e7c

Please sign in to comment.