Skip to content

Commit 01458f8

Browse files
author
m.r
committed
V6.0.1
1 parent 4933bd1 commit 01458f8

File tree

5 files changed

+28
-9
lines changed

5 files changed

+28
-9
lines changed

.github/workflows/release.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ on:
55
- main
66
paths:
77
- CHANGELOG.md
8-
pull_request:
9-
branches:
10-
- main
11-
paths:
12-
- CHANGELOG.md
8+
# pull_request:
9+
# branches:
10+
# - main
11+
# paths:
12+
# - CHANGELOG.md
1313
jobs:
1414
release:
1515
name: Create release package

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## Version 6.0.1 (2024-08-11)
4+
5+
### New Features
6+
7+
- Introduced formatMap to support new data formats.
8+
- Added the excelToJson and excelToNode functions.
9+
10+
### Improvements
11+
12+
- Increased code coverage to 90%.
13+
- Enhanced capability to use image, checkbox, and comment together.
14+
- Incorporated GitHub Community Standards for better collaboration.
15+
- more
16+
17+
### Bug Fixes
18+
19+
- Resolved issues related to backgroundImage.
20+
- Resolved an issue related to the incorrect package release in version 6.0.0.
21+
322
## Version 6.0.0 (2024-08-07)
423

524
### New Features

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7228,7 +7228,7 @@ To migrate from Version 2 to Version 3, you need to follow the steps below:
72287228

72297229
## Release Notes [⬆️](#table-of-contents)
72307230

7231-
### Version 6.0.0 (2024-08-07)
7231+
### Version 6.0.1 (2024-08-11)
72327232

72337233
#### New Features
72347234

change-log

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Version 6.0.0 (2024-08-07)
1+
## Version 6.0.1 (2024-08-11)
22

33
### New Features
44

@@ -15,4 +15,4 @@
1515
### Bug Fixes
1616

1717
- Resolved issues related to backgroundImage.
18-
18+
- Resolved an issue related to the incorrect package release in version 6.0.0.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mr-excel",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"type": "module",
55
"main": "dist/excel-table.cjs",
66
"module": "dist/excel-table.js",

0 commit comments

Comments
 (0)