Skip to content

Commit

Permalink
🔖 Release v1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
BetaHuhnBot committed Sep 6, 2021
1 parent 63f8361 commit 48fc3e7
Show file tree
Hide file tree
Showing 20 changed files with 613 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [v1.2.0] - 2021-09-06

[Release notes](https://github.com/betahuhn/config/releases/tag/v1.2.0) · [Compare](https://github.com/betahuhn/config/compare/v1.1.0...v1.2.0) · [Tag](https://github.com/betahuhn/config/tree/v1.2.0) · Archive ([zip](https://github.com/betahuhn/config/archive/v1.2.0.zip) · [tar.gz](https://github.com/betahuhn/config/archive/v1.2.0.tar.gz))

### New features

- [`63f8361`](https://github.com/betahuhn/config/commit/63f8361) Add COMMIT_ASSETS option

## [v1.1.0] - 2021-04-13

[Release notes](https://github.com/betahuhn/config/releases/tag/v1.1.0) · [Compare](https://github.com/betahuhn/config/compare/v1.0.2...v1.1.0) · [Tag](https://github.com/betahuhn/config/tree/v1.1.0) · Archive ([zip](https://github.com/betahuhn/config/archive/v1.1.0.zip) · [tar.gz](https://github.com/betahuhn/config/archive/v1.1.0.tar.gz))
Expand Down
3 changes: 3 additions & 0 deletions dist/config/eslint.config.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { Linter } from "eslint";
declare const options: Linter.Config;
export default options;
129 changes: 129 additions & 0 deletions dist/config/eslint.config.js

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

1 change: 1 addition & 0 deletions dist/config/eslint.config.js.map

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

3 changes: 3 additions & 0 deletions dist/config/eslintTs.config.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { Linter } from "eslint";
declare const options: Linter.Config;
export default options;
138 changes: 138 additions & 0 deletions dist/config/eslintTs.config.js

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

1 change: 1 addition & 0 deletions dist/config/eslintTs.config.js.map

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

3 changes: 3 additions & 0 deletions dist/config/eslintVue.config.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { Linter } from "eslint";
declare const options: Linter.Config;
export default options;
Loading

0 comments on commit 48fc3e7

Please sign in to comment.