Skip to content

Commit

Permalink
Merge pull request #9 from frouriojs/develop
Browse files Browse the repository at this point in the history
chore(release): 0.3.1
  • Loading branch information
solufa authored Jun 9, 2020
2 parents 3f0ed98 + 6136f4a commit 80a53f7
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 9 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.3.1](https://github.com/frouriojs/frourio/compare/v0.3.0...v0.3.1) (2020-06-09)


### Bug Fixes

* add typescript to dependencies ([ba5dbce](https://github.com/frouriojs/frourio/commit/ba5dbcee424110858dba35f8e460af4bbc22c4de))

## [0.3.0](https://github.com/frouriojs/frourio/compare/v0.2.2...v0.3.0) (2020-06-07)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<img src="https://img.shields.io/npm/v/frourio" alt="npm version" />
</a>
<a href="https://github.com/frouriojs/frourio/actions?query=workflow%3A%22Node.js+CI%22">
<img src="https://github.com/frouriojs/frourio/workflows/Node.js%20CI/badge.svg" alt="Node.js CI" />
<img src="https://github.com/frouriojs/frourio/workflows/Node.js%20CI/badge.svg?branch=master" alt="Node.js CI" />
</a>
<a href="https://codecov.io/gh/frouriojs/frourio">
<img src="https://img.shields.io/codecov/c/github/frouriojs/frourio.svg" alt="Codecov" />
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"lint-staged": "^10.2.6",
"prettier": "2.0.5",
"standard-version": "^8.0.0",
"ts-jest": "^25.5.1",
"typescript": "^3.9.3"
"ts-jest": "^25.5.1"
}
}
Empty file modified packages/frourio/bin/index.js
100644 → 100755
Empty file.
5 changes: 3 additions & 2 deletions packages/frourio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frourio",
"version": "0.3.0",
"version": "0.3.1",
"description": "Perfectly type-checkable REST framework for TypeScript",
"author": "m-mitsuhide <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -34,6 +34,7 @@
"dotenv": "^8.2.0",
"express": "^4.17.1",
"helmet": "^3.22.0",
"multer": "^1.4.2"
"multer": "^1.4.2",
"typescript": "^3.9.5"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6428,10 +6428,10 @@ typedarray@^0.0.6:
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=

typescript@^3.9.3:
version "3.9.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.3.tgz#d3ac8883a97c26139e42df5e93eeece33d610b8a"
integrity sha512-D/wqnB2xzNFIcoBG9FG8cXRDjiqSTbG2wd8DMZeQyJlP1vfTkIxH4GKveWaEBYySKIg+USu+E+EDIR47SqnaMQ==
typescript@^3.9.5:
version "3.9.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.5.tgz#586f0dba300cde8be52dd1ac4f7e1009c1b13f36"
integrity sha512-hSAifV3k+i6lEoCJ2k6R2Z/rp/H3+8sdmcn5NrS3/3kE7+RyZXm9aqvxWqjEXHAd8b0pShatpcdMTvEdvAJltQ==

uglify-js@^3.1.4:
version "3.9.4"
Expand Down

0 comments on commit 80a53f7

Please sign in to comment.