Skip to content

Commit

Permalink
chore(release): 1.0.0 # 1.0.0 (2019-10-06)
Browse files Browse the repository at this point in the history
### Bug Fixes

* rollback version in package.json ([c7d5596](c7d5596))

### Features

* initial commit ([ae34354](ae34354))
  • Loading branch information
semantic-release-bot committed Oct 6, 2019
1 parent c7d5596 commit 820df73
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# 1.0.0 (2019-10-06)


### Bug Fixes

* rollback version in package.json ([c7d5596](https://github.com/TinkoffCreditSystems/server-request-timer/commit/c7d5596))


### Features

* initial commit ([ae34354](https://github.com/TinkoffCreditSystems/server-request-timer/commit/ae34354))
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "server-request-timer",
"version": "0.0.1",
"version": "1.0.0",
"description": "A library for analyzing request execution",
"keywords": [
"libs",
Expand Down

0 comments on commit 820df73

Please sign in to comment.