Skip to content

Commit

Permalink
Release 2.0.171
Browse files Browse the repository at this point in the history
  • Loading branch information
megastef committed May 30, 2019
1 parent fb9b40d commit 86d6fa4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [2.0.171](https://github.com/sematext/logagent-js/compare/2.0.170...2.0.171)

> 30 May 2019
- add logagent binary assets [`421815a`](https://github.com/sematext/logagent-js/commit/421815a423e870e76bec85f9810593e69830955f)
- ignore dist directory in git and npm [`fb9b40d`](https://github.com/sematext/logagent-js/commit/fb9b40d15cd220ac7719f4031a48cafe01987fa6)

#### [2.0.170](https://github.com/sematext/logagent-js/compare/2.0.169...2.0.170)

> 30 May 2019
- Release 2.0.170 [`7e26ffd`](https://github.com/sematext/logagent-js/commit/7e26ffd1317155ea0c29537fcb28bc8d3a211493)
- fix wrong releaseNotes key in package.json [`3e050b0`](https://github.com/sematext/logagent-js/commit/3e050b04aefa10234d4e4dc5282236750d6e92eb)

#### [2.0.169](https://github.com/sematext/logagent-js/compare/2.0.168...2.0.169)
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sematext/logagent",
"version": "2.0.170",
"version": "2.0.171",
"description": "Smart log parser written in Node",
"main": "lib/parser/parser.js",
"bin": {
Expand Down Expand Up @@ -150,7 +150,9 @@
"github": {
"release": true,
"releaseNotes": "npx auto-changelog --stdout --commit-limit false -u --template ./changelog.hbs",
"assets": ["dist/logagent-*"]
"assets": [
"dist/logagent-*"
]
},
"scripts": {
"beforeStage": "npx auto-changelog -p",
Expand Down

0 comments on commit 86d6fa4

Please sign in to comment.