Skip to content

Commit

Permalink
Merge branch 'release/v2.3.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanmarban committed Nov 8, 2020
2 parents e437185 + 1c16915 commit 2bcebc8
Show file tree
Hide file tree
Showing 5 changed files with 75 additions and 64 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
sudo: false
arch: amd64
os: linux
dist: xenial
language: node_js
node_js:
- "8"
- "10"
- "11"

- 10
- 12
- 14
- 15
before_install:
- travis_retry npm install

script:
- npm test

after_success:
- npm run coverage
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [v2.3.2] - 2020-11-08
### Fixed
- Tests fixed.

## [v2.3.1] - 2020-11-07
### Fixed
- [#23](https://github.com/ivanmarban/winston-telegram/pull/23) Fixed Typescript definition.
Expand Down Expand Up @@ -116,7 +120,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [v0.1.0] - 2015-11-12
- First version.

[unreleased]: https://github.com/ivanmarban/winston-telegram/compare/v2.3.1...develop
[unreleased]: https://github.com/ivanmarban/winston-telegram/compare/v2.3.2...develop
[v2.3.2]: https://github.com/ivanmarban/winston-telegram/compare/v2.3.1...v2.3.2
[v2.3.1]: https://github.com/ivanmarban/winston-telegram/compare/v2.3.0...v2.3.1
[v2.3.0]: https://github.com/ivanmarban/winston-telegram/compare/v2.2.2...v2.3.0
[v2.2.2]: https://github.com/ivanmarban/winston-telegram/compare/v2.2.1...v2.2.2
Expand Down
Loading

0 comments on commit 2bcebc8

Please sign in to comment.