Skip to content

Commit

Permalink
Sushi 2.0.0 (#901)
Browse files Browse the repository at this point in the history
* 2.0.0

* Sushi version 2.0.0 bump
  • Loading branch information
julianxcarter authored Aug 10, 2021
1 parent 371b974 commit 996509c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fsh-sushi",
"version": "2.0.0-beta.3",
"version": "2.0.0",
"description": "Sushi Unshortens Short Hand Inputs (FSH Compiler)",
"scripts": {
"build": "del-cli dist && tsc && cpy src/utils/init-project dist/utils/init-project",
Expand Down
2 changes: 1 addition & 1 deletion src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import {
setIgnoredWarnings
} from './utils';

const FSH_VERSION = '1.1.0';
const FSH_VERSION = '1.2.0';

app().catch(e => {
logger.error(`SUSHI encountered the following unexpected error: ${e.message}`);
Expand Down

0 comments on commit 996509c

Please sign in to comment.