Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Aug 11, 2019
1 parent ffb87a5 commit 2038dac
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.0.0](https://github.com/kikobeats/svr/compare/v1.1.3...v2.0.0) (2019-08-11)


### ⚠ BREAKING CHANGES

* the interface has been simplified

### build

* remove unnecessary things ([8c9160c](https://github.com/kikobeats/svr/commit/8c9160c))


### Features

* improve interface ([6cefa7a](https://github.com/kikobeats/svr/commit/6cefa7a))

### [1.1.3](https://github.com/kikobeats/svr/compare/v1.1.2...v1.1.3) (2019-06-19)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "svr",
"description": "HTTP development server done right",
"homepage": "https://nicedoc.io/Kikobeats/svr",
"version": "1.1.3",
"version": "2.0.0",
"main": "bin/serve/index.js",
"bin": {
"svr": "bin/cli/index.js"
Expand Down

0 comments on commit 2038dac

Please sign in to comment.