Skip to content

Commit f5fb03c

Browse files
author
sam
committed
docs(auto): changelog update
1 parent ac55d59 commit f5fb03c

File tree

5 files changed

+722
-16
lines changed

5 files changed

+722
-16
lines changed

.github/workflows/autoformat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Autoformat SQL"
1+
name: 'Autoformat SQL'
22
on: # rebuild any PRs and master branch changes
33
pull_request:
44
push:

.prettierrc.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
/**
2-
* @file Prettier configuration for Solidity
3-
* @version 1.0.3
4-
* @summary base config adapted from AirBNB to minizmie diff churn
5-
* @overrides solidity settings from Solidity Documentation
6-
*/
2+
* @file Prettier configuration for Solidity
3+
* @version 1.0.3
4+
* @summary base config adapted from AirBNB to minizmie diff churn
5+
* @overrides solidity settings from Solidity Documentation
6+
*/
77

88
'use strict';
99

1010
module.exports = {
11-
arrowParens: "always",
11+
arrowParens: 'always',
1212
bracketSpacing: true,
13-
endOfLine: "lf",
13+
endOfLine: 'lf',
1414
printWidth: 100,
1515
singleQuote: true,
1616
tabWidth: 2,
17-
trailingComma: "all",
17+
trailingComma: 'all',
1818
};

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
## [1.6.1](https://github.com/sambacha/dune-snippets/compare/v1.6.0...v1.6.1) (2021-03-07)
22

3-
43
### Bug Fixes
54

6-
* **npm:** package ignore ([ffeda90](https://github.com/sambacha/dune-snippets/commit/ffeda9085a091742bc62277c096f0a0d2c1cc4b6))
7-
* **semantic-release:** add plugins for changelog ([5a8e635](https://github.com/sambacha/dune-snippets/commit/5a8e635366d16f24f1b9655ce506b6a22eac4dc0))
5+
- **npm:** package ignore ([ffeda90](https://github.com/sambacha/dune-snippets/commit/ffeda9085a091742bc62277c096f0a0d2c1cc4b6))
6+
- **semantic-release:** add plugins for changelog ([5a8e635](https://github.com/sambacha/dune-snippets/commit/5a8e635366d16f24f1b9655ce506b6a22eac4dc0))

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
11
<img src="https://i.imgur.com/RURn3Pa.png" align="center" width="350">
22

3-
43
## Dune Snippets
54

65
<br />
76

87
![Autoformat SQL](https://github.com/sambacha/dune-snippets/workflows/Autoformat%20SQL/badge.svg)
98

10-
119
> Snippets of both Dune user submissions and my own. All queries are linted through a GitHub Actions CI workflow
12-
10+
1311
<br />
1412

1513
[source from Dune Analytics HackMD](https://hackmd.io/k71ZUSTxQVKGqOcvR6OXnw)
1614

17-
1815
### Contents
1916

2017
- [📑 Documentation](#---documentation) - [👇 Top links](#---top-links) - [📚 Need some help getting started with queries?](#---need-some-help-getting-started-with-queries-)

0 commit comments

Comments
 (0)