Skip to content

Commit

Permalink
chore(release): 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
solufa committed Jun 13, 2020
1 parent f5ed392 commit 123f623
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.

## [0.7.0](https://github.com/frouriojs/frourio/compare/v0.6.1...v0.7.0) (2020-06-13)


### Features

* generate $values.ts into all dirs ([f5ed392](https://github.com/frouriojs/frourio/commit/f5ed392d8bb42b3201e07463d6418be80d8c4ed2))
* support public directory ([1e97a44](https://github.com/frouriojs/frourio/commit/1e97a447235e1359ad6306380d3d40396544131c))


### Bug Fixes

* separate validation handlers ([5503330](https://github.com/frouriojs/frourio/commit/550333056f7fec4326dd8a6a2061fef73a783017))

### [0.6.1](https://github.com/frouriojs/frourio/compare/v0.6.0...v0.6.1) (2020-06-12)


Expand Down
2 changes: 1 addition & 1 deletion packages/frourio/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 m-mitsuhide <m.mitsuhide@amatelus.com>
Copyright (c) 2020 Solufa <solufa2020@gmail.com>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions packages/frourio/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "frourio",
"version": "0.6.1",
"version": "0.7.0",
"description": "Perfectly type-checkable REST framework for TypeScript",
"author": "m-mitsuhide <m.mitsuhide@amatelus.com>",
"author": "Solufa <solufa2020@gmail.com>",
"license": "MIT",
"main": "dist/index.js",
"bin": "bin/index.js",
Expand Down

0 comments on commit 123f623

Please sign in to comment.