Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juanhapes committed Oct 8, 2019
1 parent e5b37bc commit af900fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Expand Up @@ -5,12 +5,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.1.0] - 2019-10-08
### Added
- log structure validations
- log structure documentation
- service name obtention from ENV variables

### Removed
- Removed useless `index.js`

## [1.0.1] - 2019-09-04
### Fixed
- `README.md` Parameters order for `add` method
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@janiscommerce/log",
"version": "1.0.1",
"version": "1.1.0",
"description": "A package for creating logs in S3",
"main": "lib/log.js",
"scripts": {
Expand Down

0 comments on commit af900fe

Please sign in to comment.