Skip to content

Commit 7a5a7f6

Browse files
committed
@elastic/ecs-helpers v1.0.0
1 parent 1e8d744 commit 7a5a7f6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

helpers/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @elastic/ecs-helpers Changelog
22

3-
## Unreleased
3+
## v1.0.0
44

55
- Change `formatHttpRequest` and `formatHttpResponse` to no longer exclude
66
the "content-length" and "user-agent" headers for "http.request.headers"

helpers/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
[![Build Status](https://apm-ci.elastic.co/buildStatus/icon?job=apm-agent-nodejs%2Fecs-logging-nodejs-mbp%2Fmaster)](https://apm-ci.elastic.co/job/apm-agent-nodejs/job/ecs-logging-nodejs-mbp/job/master/) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](http://standardjs.com/)
66

7-
A set of helpers for the ECS logging libraries.
8-
You should not directly used this package, but the ECS logging libraries instead.
7+
A set of helpers for the ECS logging libraries. You should not directly used
8+
this package, but the [ECS logging libraries](../loggers) instead.
99

1010
## Install
1111

helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elastic/ecs-helpers",
3-
"version": "0.6.0",
3+
"version": "1.0.0",
44
"description": "ECS loggers helpers",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)