Skip to content

Commit 6e3cebd

Browse files
committed
chore: add changelog for 1.4.1
1 parent 783ea91 commit 6e3cebd

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

lib/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @omsimos/react-highlight-popover
22

3+
## 1.4.1
4+
5+
### Patch Changes
6+
7+
- ### Packaging 🔧
8+
- Disabled source map emission during the build and removed declaration maps, trimming the published package to the essentials (`index.js` and `index.d.ts`).
9+
- Result: npm package size is now closer to previous releases while keeping typings intact.
10+
311
## 1.4.0
412

513
### Minor Changes

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@omsimos/react-highlight-popover",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"main": "dist/index.js",
55
"module": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)