Skip to content

Commit

Permalink
fix: missing 1.x versions in CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanmarban committed Jan 3, 2024
1 parent 5b09a02 commit 1380dad
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,28 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
- `winston@3` support.

## [v1.4.2] - 2019-12-11
### Fixed
- [#16](https://github.com/ivanmarban/winston-telegram/issues/16) Use `Buffer.byteLength` to compute the `Content-Length` header.

## [v1.4.1] - 2019-06-22
### Fixed
- Fix custom-format example.

### Changed
- Code refactoring.

## [v1.4.0] - 2019-05-26
### Fixed
- Fix custom-format example.

### Changed
- Replace [Request](https://github.com/request/request) by standard https Node.js lib.

## [v1.3.2] - 2019-05-04
### Changed
- Code style & JSDoc

## [v1.3.1] - 2019-01-07
### Fixed
- [#12](https://github.com/ivanmarban/winston-telegram/pull/12) Fix comments. ([@is2ei](https://github.com/is2ei))
Expand Down Expand Up @@ -168,6 +190,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
[v2.1.0]: https://github.com/ivanmarban/winston-telegram/compare/v2.0.1...v2.1.0
[v2.0.1]: https://github.com/ivanmarban/winston-telegram/compare/v2.0.0...v2.0.1
[v2.0.0]: https://github.com/ivanmarban/winston-telegram/compare/v1.3.1...v2.0.0
[v1.4.2]: https://github.com/ivanmarban/winston-telegram/compare/v1.4.1...v1.4.2
[v1.4.1]: https://github.com/ivanmarban/winston-telegram/compare/v1.4.0...v1.4.1
[v1.4.0]: https://github.com/ivanmarban/winston-telegram/compare/v1.3.2...v1.4.0
[v1.3.2]: https://github.com/ivanmarban/winston-telegram/compare/v1.3.1...v1.3.2
[v1.3.1]: https://github.com/ivanmarban/winston-telegram/compare/v1.3.0...v1.3.1
[v1.3.0]: https://github.com/ivanmarban/winston-telegram/compare/v1.2.1...v1.3.0
[v1.2.1]: https://github.com/ivanmarban/winston-telegram/compare/v1.2.0...v1.2.1
Expand Down

0 comments on commit 1380dad

Please sign in to comment.