Skip to content

Commit a8ddc12

Browse files
⚙️ Chore(oh-my-error): fix size
1 parent 6ef0453 commit a8ddc12

4 files changed

Lines changed: 15 additions & 2 deletions

File tree

packages/oh-my-error/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# oh-my-error
22

3+
## 2.0.1
4+
5+
### Patch Changes
6+
7+
- change build size
8+
39
## 2.0.0
410

511
### Major Changes

packages/oh-my-error/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oh-my-error",
3-
"version": "2.0.0+build.0",
3+
"version": "2.0.1",
44
"description": "A simple error handler for nodejs",
55
"keywords": [
66
"error",

tutorials/EveryThingAbout/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
### Patch Changes
66

7+
- Updated dependencies
8+
- oh-my-error@2.0.1
9+
10+
## 1.0.1
11+
12+
### Patch Changes
13+
714
- Updated dependencies [b9d8ffa]
815
- Updated dependencies [4c9780c]
916
- oh-my-error@2.0.0

tutorials/EveryThingAbout/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tutorial/everythingabout",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)