Skip to content

Commit

Permalink
chore(@qiwi/logwrap-core): release 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# @qiwi/logwrap-core-v1.0.0 (2018-11-12)

### Features

* add basic ifaces ([162bd52](162bd52))
* add pipeline processor ([9d87912](9d87912))
* **logwrap:** add ILogger methods impl ([7a1b80e](7a1b80e))

### Performance Improvements

* tech release ([870386f](870386f))
  • Loading branch information
qiwibot committed Nov 12, 2018
1 parent 870386f commit 2678be6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
13 changes: 13 additions & 0 deletions packages/logwrap-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# @qiwi/logwrap-core-v1.0.0 (2018-11-12)


### Features

* add basic ifaces ([162bd52](https://github.com/qiwi/logwrap/commit/162bd52))
* add pipeline processor ([9d87912](https://github.com/qiwi/logwrap/commit/9d87912))
* **logwrap:** add ILogger methods impl ([7a1b80e](https://github.com/qiwi/logwrap/commit/7a1b80e))


### Performance Improvements

* tech release ([870386f](https://github.com/qiwi/logwrap/commit/870386f))
6 changes: 2 additions & 4 deletions packages/logwrap-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qiwi/logwrap-core",
"version": "1.0.1",
"version": "1.0.0",
"private": false,
"description": "Logwrap core assets",
"main": "dist/es5/index.js",
Expand Down Expand Up @@ -33,7 +33,5 @@
"dependencies": {
"lodash-es": "^4.17.11"
},
"devDependencies": {

}
"devDependencies": {}
}

0 comments on commit 2678be6

Please sign in to comment.