Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stepancar committed Jan 31, 2023
1 parent 7aa4722 commit 9c25276
Show file tree
Hide file tree
Showing 7 changed files with 50 additions and 10 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.0.1 (2023-01-31)


### Bug Fixes

* fix types ([a00f2a0](https://github.com/stepancar/httpless/commit/a00f2a0e2e9bfa7acc2be1f6863391974b2a6b97))
* fix typo ([7aa4722](https://github.com/stepancar/httpless/commit/7aa4722ee87b9238dbe3db7e63cbfd088e0e2529))


### Features

* add api declaration draft ([fa4ea6c](https://github.com/stepancar/httpless/commit/fa4ea6c8aa6ca1d918075cc59bf0dccb9ec0074c))
* add readme ([1bf02e1](https://github.com/stepancar/httpless/commit/1bf02e1eb535113bd37bc782f3c2b717e57e5299))
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.0.0",
"version": "1.0.1",
"npmClient": "npm",
"useWorkspaces": true,
"command": {
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.0.1 (2023-01-31)


### Bug Fixes

* fix types ([a00f2a0](https://github.com/stepancar/httpless/commit/a00f2a0e2e9bfa7acc2be1f6863391974b2a6b97))
* fix typo ([7aa4722](https://github.com/stepancar/httpless/commit/7aa4722ee87b9238dbe3db7e63cbfd088e0e2529))


### Features

* add api declaration draft ([fa4ea6c](https://github.com/stepancar/httpless/commit/fa4ea6c8aa6ca1d918075cc59bf0dccb9ec0074c))
5 changes: 1 addition & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@httpless/core",
"version": "0.0.0",
"version": "1.0.1",
"description": "Httpless core library, provides APIDeclaration interface",
"author": "stepancar <istepancar@gmail.com>",
"homepage": "https://github.com/stepancar/httpless#readme",
Expand All @@ -26,8 +26,5 @@
},
"bugs": {
"url": "https://github.com/stepancar/httpless/issues"
},
"devDependencies": {

}
}
8 changes: 8 additions & 0 deletions packages/example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.0.1 (2023-01-31)

**Note:** Version bump only for package @httpless/example
2 changes: 1 addition & 1 deletion packages/example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@httpless/example",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 9c25276

Please sign in to comment.