Skip to content
This repository was archived by the owner on Dec 3, 2025. It is now read-only.

Commit 14493c0

Browse files
chore(main): release ember-spreadsheet-export 0.16.0 (#58)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f7e37b0 commit 14493c0

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.15.0"
2+
".": "0.16.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.16.0](https://github.com/linc-technologies/ember-spreadsheet-export/compare/ember-spreadsheet-export-v0.15.0...ember-spreadsheet-export-v0.16.0) (2024-11-26)
4+
5+
6+
### Features
7+
8+
* change to source xlsx from git ([f7e37b0](https://github.com/linc-technologies/ember-spreadsheet-export/commit/f7e37b059ad2e06d38d339f456616f7c3d766bb7))
9+
310
## [0.15.0](https://github.com/linc-technologies/ember-spreadsheet-export/compare/ember-spreadsheet-export-v0.14.0...ember-spreadsheet-export-v0.15.0) (2024-10-23)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@linc-technologies/ember-spreadsheet-export",
3-
"version": "0.15.0",
3+
"version": "0.16.0",
44
"description": "Provides ability to export a set of json data as excel or csv file.",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)