Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
## 1.1.0 (2021-05-29)

* test: try increasing jest timeout ([9ff3668](9ff3668))
* feat: add custom GraphQL query (optional input) ([d5b50bb](d5b50bb))
* chore: add semantic-release badges ([f040433](f040433))
* chore: remove unused eslint config ([c61ad93](c61ad93))
* chore: run lint-staged with pre-commit hook ([6a0288c](6a0288c))
* chore: try semantic-release --debug flag ([a771541](a771541))
* ci: add npm plugin to bump version in package.json ([81172b4](81172b4))
* ci: allow coverage upload step to fail ([8fd298e](8fd298e))
* ci: make release job dependent on testing jobs ([100f561](100f561))
  • Loading branch information
semantic-release-bot committed May 29, 2021
1 parent 9ff3668 commit d94e43d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 1.1.0 (2021-05-29)

* test: try increasing jest timeout ([9ff3668](https://github.com/jackdbd/ackee-action/commit/9ff3668))
* feat: add custom GraphQL query (optional input) ([d5b50bb](https://github.com/jackdbd/ackee-action/commit/d5b50bb))
* chore: add semantic-release badges ([f040433](https://github.com/jackdbd/ackee-action/commit/f040433))
* chore: remove unused eslint config ([c61ad93](https://github.com/jackdbd/ackee-action/commit/c61ad93))
* chore: run lint-staged with pre-commit hook ([6a0288c](https://github.com/jackdbd/ackee-action/commit/6a0288c))
* chore: try semantic-release --debug flag ([a771541](https://github.com/jackdbd/ackee-action/commit/a771541))
* ci: add npm plugin to bump version in package.json ([81172b4](https://github.com/jackdbd/ackee-action/commit/81172b4))
* ci: allow coverage upload step to fail ([8fd298e](https://github.com/jackdbd/ackee-action/commit/8fd298e))
* ci: make release job dependent on testing jobs ([100f561](https://github.com/jackdbd/ackee-action/commit/100f561))

## 1.0.0 (2021-05-28)

* ci: release with semantic-release ([a600621](https://github.com/jackdbd/ackee-action/commit/a600621))
Expand Down
4 changes: 2 additions & 2 deletions package-lock.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,7 +1,7 @@
{
"name": "ackee-action",
"private": true,
"version": "0.0.0",
"version": "1.1.0",
"description": "GitHub action to generate an Ackee analytics report",
"author": "Giacomo Debidda",
"license": "MIT",
Expand Down

0 comments on commit d94e43d

Please sign in to comment.