Skip to content

Commit 2bcebc8

Browse files
committed
Merge branch 'release/v2.3.2'
2 parents e437185 + 1c16915 commit 2bcebc8

5 files changed

+75
-64
lines changed

.travis.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
sudo: false
1+
arch: amd64
2+
os: linux
3+
dist: xenial
24
language: node_js
35
node_js:
4-
- "8"
5-
- "10"
6-
- "11"
7-
6+
- 10
7+
- 12
8+
- 14
9+
- 15
810
before_install:
911
- travis_retry npm install
10-
1112
script:
1213
- npm test
13-
1414
after_success:
1515
- npm run coverage

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [v2.3.2] - 2020-11-08
11+
### Fixed
12+
- Tests fixed.
13+
1014
## [v2.3.1] - 2020-11-07
1115
### Fixed
1216
- [#23](https://github.com/ivanmarban/winston-telegram/pull/23) Fixed Typescript definition.
@@ -116,7 +120,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
116120
## [v0.1.0] - 2015-11-12
117121
- First version.
118122

119-
[unreleased]: https://github.com/ivanmarban/winston-telegram/compare/v2.3.1...develop
123+
[unreleased]: https://github.com/ivanmarban/winston-telegram/compare/v2.3.2...develop
124+
[v2.3.2]: https://github.com/ivanmarban/winston-telegram/compare/v2.3.1...v2.3.2
120125
[v2.3.1]: https://github.com/ivanmarban/winston-telegram/compare/v2.3.0...v2.3.1
121126
[v2.3.0]: https://github.com/ivanmarban/winston-telegram/compare/v2.2.2...v2.3.0
122127
[v2.2.2]: https://github.com/ivanmarban/winston-telegram/compare/v2.2.1...v2.2.2

0 commit comments

Comments
 (0)