Skip to content

Commit

Permalink
Merge branch 'master' of github.com:pustovitDmytro/semantic-release-t…
Browse files Browse the repository at this point in the history
…elegram
  • Loading branch information
pustovitDmytro committed May 7, 2021
2 parents 5367d10 + 3b43358 commit 58d2b2a
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 14 deletions.
44 changes: 44 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,47 @@
## [1.0.5](https://github.com/pustovitDmytro/semantic-release-telegram/compare/v1.0.4...v1.0.5) (2021-05-05)


### Upgrade

* Update dependency base-api-client to v1.2.2 ([c0b144d](https://github.com/pustovitDmytro/semantic-release-telegram/commit/c0b144d49a3ad05f349316a3ddb751e0c8ab7dce))

## [1.0.4](https://github.com/pustovitDmytro/semantic-release-telegram/compare/v1.0.3...v1.0.4) (2021-05-05)


### Upgrade

* Update dependency myrmidon to v1.5.1 ([03b4c49](https://github.com/pustovitDmytro/semantic-release-telegram/commit/03b4c4914c4509914b0eee505dfc534e6a04f6f4))

## [1.0.3](https://github.com/pustovitDmytro/semantic-release-telegram/compare/v1.0.2...v1.0.3) (2021-05-05)


### Upgrade

* Update dependency base-api-client to v1.2.1 ([0a374b3](https://github.com/pustovitDmytro/semantic-release-telegram/commit/0a374b398efae75fdda7456592de007f4667ced2))

## [1.0.2](https://github.com/pustovitDmytro/semantic-release-telegram/compare/v1.0.1...v1.0.2) (2021-05-04)


### Chore

* adds pr context ([ce163d9](https://github.com/pustovitDmytro/semantic-release-telegram/commit/ce163d98af7e779af2242418b9d4fe18deeffb36))
* adds trusted bots to danger ([892f4a1](https://github.com/pustovitDmytro/semantic-release-telegram/commit/892f4a12a0084464da137d25b1a027e4afb808bd))
* fixes ci ([0576a01](https://github.com/pustovitDmytro/semantic-release-telegram/commit/0576a013f537d21591b13214c3cf2c1cf33bfa79))
* telegram notifications on release ([3a8036a](https://github.com/pustovitDmytro/semantic-release-telegram/commit/3a8036a66d1ad82b978bbb356e0ac0cd1b1d1e46))
* Update dependency @rollup/plugin-node-resolve to v13 ([53e966b](https://github.com/pustovitDmytro/semantic-release-telegram/commit/53e966b519a6cbde286dd11f865d87463de8697a))
* Update dependency eslint-plugin-more to v1 ([9d6d39c](https://github.com/pustovitDmytro/semantic-release-telegram/commit/9d6d39c7036986acd2ef64f8d712f0a3125565f6))
* Update dependency fs-extra to v10 ([a0adecc](https://github.com/pustovitDmytro/semantic-release-telegram/commit/a0adecc6b0b58e877bb64aff29e9a42bdc8a9d71))
* Update dependency fs-extra to v9 ([7b9f56d](https://github.com/pustovitDmytro/semantic-release-telegram/commit/7b9f56d6dd5af6ac514c7e32f5505b6eaea43720))
* Update issue templates ([8fdb1af](https://github.com/pustovitDmytro/semantic-release-telegram/commit/8fdb1af8db2dbb2cd8912bef867d62b95781fc56))
* Update pr template ([1d4eb34](https://github.com/pustovitDmytro/semantic-release-telegram/commit/1d4eb34da6085757d1707db0c440c6e245c3e2e3))
* update semantic to use commit convention ([7e079b2](https://github.com/pustovitDmytro/semantic-release-telegram/commit/7e079b2eaeb424f55b591b124b7f998a092c0988))
* use danger for internall pr ([d838ede](https://github.com/pustovitDmytro/semantic-release-telegram/commit/d838edef9a425510615b3405d49b8056176f23d8))
* use incredible eslint config ([b03d74a](https://github.com/pustovitDmytro/semantic-release-telegram/commit/b03d74a4e8e9ee1dcecba72d2137d70dafbf8b73))

### Upgrade

* Update dependency myrmidon to v1.5.0 ([cf4a5a0](https://github.com/pustovitDmytro/semantic-release-telegram/commit/cf4a5a09c6a1b278f387c9a9a7c266b9bcd512f1))

## [1.0.1](https://github.com/pustovitDmytro/semantic-release-telegram/compare/v1.0.0...v1.0.1) (2021-05-02)


Expand Down
47 changes: 36 additions & 11 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "semantic-release-telegram",
"version": "1.0.1",
"version": "1.0.5",
"description": "semantic-release plugin. Provides notifications to Telegram chats",
"main": "./lib",
"keywords": [
Expand Down Expand Up @@ -55,7 +55,7 @@
"@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-multi-entry": "^4.0.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"@rollup/plugin-node-resolve": "^13.0.0",
"@semantic-release/changelog": "^5.0.0",
"@semantic-release/commit-analyzer": "^8.0.0",
"@semantic-release/git": "^9.0.0",
Expand Down Expand Up @@ -94,6 +94,6 @@
"git-url-parse": "11.4.4",
"livr": "2.3.3",
"livr-extra-rules": "1.2.1",
"myrmidon": "1.4.5"
"myrmidon": "1.5.1"
}
}

0 comments on commit 58d2b2a

Please sign in to comment.