Skip to content

Commit

Permalink
chore(release): 7.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [7.0.0](v6.0.2...v7.0.0) (2021-05-30)

### Bug Fixes

* remove old and useless files ([1903989](1903989))
* remove own `events` and move to node.js `EventsEmitter` ([5590078](5590078))
* route `parse` fix ([9fadd91](9fadd91))

### Features

* Introduce `exposes` ([043fd99](043fd99))
* Introduce new **path** parser and move to `pathToRegExp` for much correct routing parsing ([4e3ca6f](4e3ca6f))
* publish fixes and introducing performant correct **publish** method ([116e369](116e369))

### BREAKING CHANGES

* Deprecate and remove **all** `defines` to keep project clean and remove useless
  • Loading branch information
semantic-release-bot committed May 30, 2021
1 parent b699641 commit d09c987
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added dist/nanoexpress-7.0.0.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nanoexpress",
"version": "6.0.2",
"version": "7.0.0",
"description": "Nano-framework for Node.js",
"type": "module",
"main": "cjs/nanoexpress.js",
Expand Down

0 comments on commit d09c987

Please sign in to comment.