Skip to content

Commit

Permalink
release v4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderMac committed Nov 3, 2023
1 parent db9c103 commit cba5229
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
# <sub>v4.0.4</sub>
#### _Nov. 3, 2023_
* Minor improvements.

# <sub>v4.0.3</sub>
#### _Oct. 6-, 2023_
#### _Oct. 6, 2023_
* Rewrite the build logic, integrate rollup and create bundles for different consumers.
* Upgrade dependencies.

# <sub>v4.0.2</sub>
#### _Sep. 3-, 2023_
#### _Sep. 3, 2023_
* Upgrade dependencies.

# <sub>v4.0.2</sub>
#### _Sep. 3-, 2023_
#### _Sep. 3, 2023_
* Upgrade dependencies.

# <sub>v4.0.1</sub>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "o2diff",
"version": "4.0.3",
"version": "4.0.4",
"description": "Returns the difference between two objects",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand All @@ -19,7 +19,7 @@
"prepublish": "pnpm build",
"start": "ts-node-dev --rs --cls ./index.ts",
"clean": "rm -rf ./build ./dist",
"build": "pnpm clean && pnpm build:tsc && pnpm build:dist && cp dist/index.umd.js docs/o2diff.js",
"build": "pnpm clean && pnpm build:tsc && pnpm build:dist",
"build:tsc": "pnpm tsc --project tsconfig.dist.json",
"build:dist": "pnpm rollup -c",
"prettify": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
Expand Down

0 comments on commit cba5229

Please sign in to comment.