Skip to content

Commit

Permalink
chore: release 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
v1rtl committed Nov 24, 2020
1 parent e2286c0 commit a0bf170
Show file tree
Hide file tree
Showing 58 changed files with 296 additions and 33 deletions.
6 changes: 6 additions & 0 deletions packages/accepts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tinyhttp/accepts

## 1.0.0

### Major Changes

- 1.0 release. the end is here.

## 0.5.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/accepts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tinyhttp/accepts",
"description": "accepts rewrite in TypeScript with ESM and CommonJS targets",
"version": "0.5.3",
"version": "1.0.0",
"homepage": "https://github.com/talentlessguy/tinyhttp#readme",
"repository": {
"type": "git",
Expand Down
15 changes: 15 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @tinyhttp/app

## 1.0.0

### Major Changes

- 1.0 release. the end is here.

### Patch Changes

- Updated dependencies [undefined]
- @tinyhttp/cookie@1.0.0
- @tinyhttp/proxy-addr@1.0.0
- @tinyhttp/req@1.0.0
- @tinyhttp/res@1.0.0
- @tinyhttp/router@1.0.0

## 0.5.36

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinyhttp/app",
"version": "0.5.36",
"version": "1.0.0",
"description": "0-legacy, tiny & fast web framework as a replacement of Express",
"type": "module",
"homepage": "https://github.com/talentlessguy/tinyhttp#readme",
Expand Down
12 changes: 12 additions & 0 deletions packages/bot-detector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @tinyhttp/bot-detector

## 1.0.0

### Major Changes

- 1.0 release. the end is here.

### Patch Changes

- Updated dependencies [undefined]
- @tinyhttp/app@1.0.0
- @tinyhttp/router@1.0.0

## 0.5.37

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/bot-detector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinyhttp/bot-detector",
"version": "0.5.37",
"version": "1.0.0",
"type": "module",
"description": "Detect bots among users in your tinyhttp app.",
"homepage": "https://github.com/talentlessguy/tinyhttp#readme",
Expand Down
6 changes: 6 additions & 0 deletions packages/content-disposition/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tinyhttp/content-disposition

## 1.0.0

### Major Changes

- 1.0 release. the end is here.

## 0.5.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/content-disposition/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tinyhttp/content-disposition",
"description": "content-disposition rewrite in TypeScript with ESM and CommonJS targets",
"version": "0.5.5",
"version": "1.0.0",
"homepage": "https://github.com/talentlessguy/tinyhttp#readme",
"repository": {
"type": "git",
Expand Down
13 changes: 13 additions & 0 deletions packages/cookie-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @tinyhttp/cookie-parser

## 1.0.0

### Major Changes

- 1.0 release. the end is here.

### Patch Changes

- Updated dependencies [undefined]
- @tinyhttp/app@1.0.0
- @tinyhttp/cookie@1.0.0
- @tinyhttp/cookie-signature@1.0.0

## 0.5.39

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cookie-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinyhttp/cookie-parser",
"version": "0.5.39",
"version": "1.0.0",
"type": "module",
"description": "tinyhttp cookie parsing middleware",
"homepage": "https://github.com/talentlessguy/tinyhttp/tree/master/packages/cookie-parser#readme",
Expand Down
6 changes: 6 additions & 0 deletions packages/cookie-signature/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tinyhttp/cookie-signature

## 1.0.0

### Major Changes

- 1.0 release. the end is here.

## 0.5.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cookie-signature/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinyhttp/cookie-signature",
"version": "0.5.2",
"version": "1.0.0",
"description": "HTTP cookie signing and unsigning",
"homepage": "https://github.com/talentlessguy/tinyhttp#readme",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/cookie/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tinyhttp/cookie

## 1.0.0

### Major Changes

- 1.0 release. the end is here.

## 0.5.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cookie/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinyhttp/cookie",
"version": "0.5.3",
"version": "1.0.0",
"type": "module",
"description": "HTTP cookie parser and serializer for Node.js",
"homepage": "https://github.com/talentlessguy/tinyhttp/tree/master/packages/cookie#readme",
Expand Down
6 changes: 6 additions & 0 deletions packages/cors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tinyhttp/cors

## 1.0.0

### Major Changes

- 1.0 release. the end is here.

## 0.5.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinyhttp/cors",
"version": "0.5.3",
"version": "1.0.0",
"description": "tinyhttp CORS module",
"type": "module",
"main": "dist/index.cjs",
Expand Down
6 changes: 6 additions & 0 deletions packages/dotenv/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tinyhttp/dotenv

## 1.0.0

### Major Changes

- 1.0 release. the end is here.

## 0.5.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dotenv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinyhttp/dotenv",
"version": "0.5.3",
"version": "1.0.0",
"description": "0-dependency module to load envinronmental variables from .env to process.env",
"type": "module",
"main": "dist/index.cjs",
Expand Down
6 changes: 6 additions & 0 deletions packages/etag/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tinyhttp/etag

## 1.0.0

### Major Changes

- 1.0 release. the end is here.

## 0.5.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/etag/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinyhttp/etag",
"version": "0.5.2",
"version": "1.0.0",
"type": "module",
"description": "entity tag module",
"homepage": "https://github.com/talentlessguy/tinyhttp#readme",
Expand Down
11 changes: 11 additions & 0 deletions packages/favicon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @tinyhttp/favicon

## 1.0.0

### Major Changes

- 1.0 release. the end is here.

### Patch Changes

- Updated dependencies [undefined]
- @tinyhttp/etag@1.0.0

## 0.5.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/favicon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinyhttp/favicon",
"version": "0.5.2",
"version": "1.0.0",
"type": "module",
"description": "favicon middleware",
"homepage": "https://github.com/talentlessguy/tinyhttp#readme",
Expand Down
6 changes: 6 additions & 0 deletions packages/forwarded/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tinyhttp/forwarded

## 1.0.0

### Major Changes

- 1.0 release. the end is here.

## 0.5.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/forwarded/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinyhttp/forwarded",
"version": "0.5.6",
"version": "1.0.0",
"type": "module",
"description": "forwarded rewrite with TypeScript and ESM support",
"homepage": "https://github.com/talentlessguy/tinyhttp#readme",
Expand Down
11 changes: 11 additions & 0 deletions packages/ip-filter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @tinyhttp/ip-filter

## 1.0.0

### Major Changes

- 1.0 release. the end is here.

### Patch Changes

- Updated dependencies [undefined]
- @tinyhttp/app@1.0.0

## 0.5.36

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ip-filter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinyhttp/ip-filter",
"version": "0.5.36",
"version": "1.0.0",
"description": "tinyhttp IP filtering middleware",
"main": "dist/index.cjs",
"types": "dist/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/jsonp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @tinyhttp/jsonp

## 1.0.0

### Major Changes

- 1.0 release. the end is here.

### Patch Changes

- Updated dependencies [undefined]
- @tinyhttp/app@1.0.0

## 0.5.36

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/jsonp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinyhttp/jsonp",
"version": "0.5.36",
"version": "1.0.0",
"type": "module",
"description": "JSONP response middleware",
"homepage": "https://github.com/talentlessguy/tinyhttp#readme",
Expand Down Expand Up @@ -37,6 +37,6 @@
"build": "rollup -c ../../build/defaultConfig.js"
},
"dependencies": {
"@tinyhttp/app": "workspace:^0.5.36"
"@tinyhttp/app": "workspace:^1.0.0"
}
}
6 changes: 6 additions & 0 deletions packages/jwt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tinyhttp/jwt

## 1.0.0

### Major Changes

- 1.0 release. the end is here.

## 0.5.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/jwt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinyhttp/jwt",
"version": "0.5.3",
"version": "1.0.0",
"description": "JWT middleware for tinyhttp",
"main": "dist/index.cjs",
"types": "dist/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @tinyhttp/logger

## 1.0.0

### Major Changes

- 1.0 release. the end is here.

### Patch Changes

- Updated dependencies [undefined]
- @tinyhttp/app@1.0.0

## 0.5.36

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinyhttp/logger",
"version": "0.5.36",
"version": "1.0.0",
"type": "module",
"description": "simple HTTP logger for tinyhttp",
"homepage": "https://github.com/talentlessguy/tinyhttp#readme",
Expand Down
11 changes: 11 additions & 0 deletions packages/markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @tinyhttp/markdown

## 1.0.0

### Major Changes

- 1.0 release. the end is here.

### Patch Changes

- Updated dependencies [undefined]
- @tinyhttp/app@1.0.0

## 0.5.37

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinyhttp/markdown",
"version": "0.5.37",
"version": "1.0.0",
"description": "tinyhttp static markdown middleware",
"main": "dist/index.cjs",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit a0bf170

Please sign in to comment.