Skip to content

Commit

Permalink
chore(release): v1.4.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Jan 16, 2024
1 parent c3d5bd0 commit e0a4abe
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 1 deletion.
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# [1.4.0](https://github.com/euler-xyz/euler-swap-solhint-rules/compare/v1.3.2...v1.4.0) (2024-01-16)


### Features

* update the gh action ([91344d3](https://github.com/euler-xyz/euler-swap-solhint-rules/commit/91344d317887d80a3ce44ffcc0107173865c99f3))



## [1.3.2](https://github.com/euler-xyz/euler-swap-solhint-rules/compare/v1.3.1...v1.3.2) (2024-01-16)


### Features

* try to specify registry ([8ed7cba](https://github.com/euler-xyz/euler-swap-solhint-rules/commit/8ed7cbaa05679adf42db886ed1da5f8d7fec05dc))



## [1.3.1](https://github.com/euler-xyz/euler-swap-solhint-rules/compare/e768f1e26d3fbd10f7f5c291911f8b73a959489e...v1.3.1) (2024-01-16)


### Bug Fixes

* change contract TestNoExplicitType ([52bf9a1](https://github.com/euler-xyz/euler-swap-solhint-rules/commit/52bf9a19a78fc83265f2ee80574edff0b30b66f4))


### Features

* change the ExplicitReturnTypesSafeCheck ([457feef](https://github.com/euler-xyz/euler-swap-solhint-rules/commit/457feef42b05acb8a8cab61a1c182b1616c52e59))
* check if unchecked returns are detected ([2d0109c](https://github.com/euler-xyz/euler-swap-solhint-rules/commit/2d0109cf842dcbe2d9302d70efe2813522b2e759))
* contain the tests inside one repo ([0411fe0](https://github.com/euler-xyz/euler-swap-solhint-rules/commit/0411fe0ca28cd9d48a34a35275ec427257c9b621))
* explicit return types check ([15247a0](https://github.com/euler-xyz/euler-swap-solhint-rules/commit/15247a0cf06257021566c4de524ba3d678309f9d))
* explicit returns solhint rule ([#7](https://github.com/euler-xyz/euler-swap-solhint-rules/issues/7)) ([e768f1e](https://github.com/euler-xyz/euler-swap-solhint-rules/commit/e768f1e26d3fbd10f7f5c291911f8b73a959489e))
* fix pretest script ([ee8232c](https://github.com/euler-xyz/euler-swap-solhint-rules/commit/ee8232ccc4162366fb58815bf6a73137b34a3618))
* handle unchecked blocks ([8cea155](https://github.com/euler-xyz/euler-swap-solhint-rules/commit/8cea155a8d6a90a0ca398ad2b7e47066cf799b8e))
* push github actions to publish package ([0b469ce](https://github.com/euler-xyz/euler-swap-solhint-rules/commit/0b469ced1d83f32e56e90947627e7244e3d31d2e))
* remove all not needed ([49771bf](https://github.com/euler-xyz/euler-swap-solhint-rules/commit/49771bf121f36013347d602ac10829dc8ec55900))
* remove tests and add logging ([75762fe](https://github.com/euler-xyz/euler-swap-solhint-rules/commit/75762fe9b795626ae512b1bdb6e71b448b4e9a74))
* test no return statement case ([daccb28](https://github.com/euler-xyz/euler-swap-solhint-rules/commit/daccb2899854c8c628c2c8a04e8912221ed99699))
* update package.json name ([a852227](https://github.com/euler-xyz/euler-swap-solhint-rules/commit/a852227fc68898467a65a66d1a4c2ded90b8c405))



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@euler-swap/solhint-plugin-euler-swap",
"version": "1.3.2",
"version": "1.4.0",
"main": "index.js",
"type": "commonjs",
"scripts": {
Expand Down

0 comments on commit e0a4abe

Please sign in to comment.