Skip to content

Commit ccec648

Browse files
committed
Release 4.0.1
1 parent d593b46 commit ccec648

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file. Dates are d
44

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

7+
#### [4.0.1](https://github.com/sematext/spm-agent-nodejs/compare/4.0.0...4.0.1)
8+
9+
> 17 April 2020
10+
11+
- added changelog [`7a9b7a3`](https://github.com/sematext/spm-agent-nodejs/commit/7a9b7a3550dbb6c8dc38cf262d8fca2568d85935)
12+
- fixed release config [`d593b46`](https://github.com/sematext/spm-agent-nodejs/commit/d593b468162157c58b6ac3c7eab7dd14c21c943d)
13+
14+
### [4.0.0](https://github.com/sematext/spm-agent-nodejs/compare/3.0.3...4.0.0)
15+
16+
> 17 April 2020
17+
18+
- Remove OS monitor with node-df [`#31`](https://github.com/sematext/spm-agent-nodejs/pull/31)
19+
- Added release it config [`#30`](https://github.com/sematext/spm-agent-nodejs/pull/30)
20+
- added auto changelog to release it scripts [`bffe2d8`](https://github.com/sematext/spm-agent-nodejs/commit/bffe2d8b502782c54d25de0f4b61e54b61637344)
21+
- removed npx [`30f0566`](https://github.com/sematext/spm-agent-nodejs/commit/30f0566354e6d7f318cb9834dba3c17d81d8e46c)
22+
- removed OS monitor [`739806f`](https://github.com/sematext/spm-agent-nodejs/commit/739806f0497b9547ae47e3860d23f9aa28644c3d)
23+
724
#### [3.0.3](https://github.com/sematext/spm-agent-nodejs/compare/3.0.1...3.0.3)
825

926
> 21 February 2020

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "spm-agent-nodejs",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Node.js monitoring agent for SPM by Sematext",
55
"main": "lib/index.js",
66
"directories": {

0 commit comments

Comments
 (0)