Skip to content

Commit 0def3aa

Browse files
committed
2 parents 504050a + 00a1ca9 commit 0def3aa

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
All notable changes to this project will be documented in this file.
55
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
66

7+
## [3.0.2](https://github.com/ghiscoding/excel-builder-vanilla/compare/v3.0.1...v3.0.2) (2024-08-29)
8+
9+
### Features
10+
11+
* create `@excel-builder-vanilla/types` package for types only ([8d6841c](https://github.com/ghiscoding/excel-builder-vanilla/commit/8d6841cce1c940399aa2958b6e77cb4dd855ee40)) - by @ghiscoding
12+
713
## [3.0.1](https://github.com/ghiscoding/excel-builder-vanilla/compare/v3.0.0...v3.0.1) (2024-02-11)
814

915
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"npmClient": "pnpm",
55
"loglevel": "verbose",
66
"command": {

packages/excel-builder-vanilla/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
All notable changes to this project will be documented in this file.
55
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
66

7+
## [3.0.2](https://github.com/ghiscoding/excel-builder-vanilla/compare/v3.0.1...v3.0.2) (2024-08-29)
8+
9+
**Note:** Version bump only for package excel-builder-vanilla
10+
711
## [3.0.1](https://github.com/ghiscoding/excel-builder-vanilla/compare/v3.0.0...v3.0.1) (2024-02-11)
812

913
### Bug Fixes

packages/excel-builder-vanilla/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "excel-builder-vanilla",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "An easy way of building Excel files with javascript",
55
"keywords": [
66
"excel",

0 commit comments

Comments
 (0)