Skip to content

Commit

Permalink
v6.1.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jgerigmeyer committed Feb 24, 2022
1 parent 46a4ce2 commit 5d823af
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# True Changelog

## UNRELEASED
## 6.1.0-beta.1 (02/24/22)

- FEATURE: Clearer formatting of failing test diffs
[#210](https://github.com/oddbird/true/issues/210)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sass-true",
"title": "True",
"version": "6.0.1",
"version": "6.1.0-beta.1",
"description": "Unit testing for Sass.",
"keywords": [
"unit-test",
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "es2019",
"lib": ["es2019", "es2020.promise", "es2020.bigint", "es2020.string"],
"target": "es2018",
"lib": ["es2018"],
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
Expand Down

0 comments on commit 5d823af

Please sign in to comment.