Skip to content

Commit 53d1cf6

Browse files
committed
chore(release): 1.0.1
1 parent a2bd89a commit 53d1cf6

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
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.
44

5+
### [1.0.1](https://github.com/ajaysinghj8/osham/compare/v1.0.0...v1.0.1) (2021-01-17)
6+
7+
8+
### 🐛 Bug Fixes
9+
10+
* es6 module loading problem from bin ([a2bd89a](https://github.com/ajaysinghj8/osham/commit/a2bd89a2008e0a8f9ad4c0785452dc693e89bc51))
11+
* npm ignore and disable ts source map ([0d08544](https://github.com/ajaysinghj8/osham/commit/0d08544a659085cd48697422cf5ea22205c422e2))
12+
513
## [1.0.0](https://github.com/ajaysinghj8/osham/compare/v0.1.1...v1.0.0) (2021-01-17)
614

715

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "osham",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A Configuration based Proxy server to cache API response.",
55
"main": "lib/index.js",
66
"typings": "./lib/index.d.ts",

0 commit comments

Comments
 (0)