Skip to content

Commit 4fbdd2d

Browse files
committed
Prep 0.1.6 release
1 parent e55c2ae commit 4fbdd2d

File tree

5 files changed

+986
-995
lines changed

5 files changed

+986
-995
lines changed

.eslintrc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
}
3737
],
3838
"semi": ["error", "always"],
39+
"no-console": ["error", { "allow": ["warn", "error", "info", "debug"] }],
3940
"no-trailing-spaces": "error",
4041
"eol-last": "error",
4142
"@typescript-eslint/ban-ts-comment": ["error",
@@ -61,7 +62,6 @@
6162
}],
6263
"@typescript-eslint/prefer-for-of": ["error"],
6364
"@typescript-eslint/prefer-optional-chain": ["error"],
64-
"@typescript-eslint/prefer-ts-expect-error": ["error"],
65-
"no-console": ["error"]
65+
"@typescript-eslint/prefer-ts-expect-error": ["error"]
6666
}
6767
}

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020-2021 Evert Pot
3+
Copyright (c) 2020-2022 Evert Pot
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

4+
0.1.6 (2022-03-14)
5+
------------------
6+
7+
* Update dependencies
8+
* Update everything to latest coding standards.
9+
10+
411
0.1.5 (2020-12-10)
512
------------------
613

0 commit comments

Comments
 (0)