Skip to content

Commit

Permalink
chore(main): release ember-spreadsheet-export 0.10.0 (#49)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 23, 2024
1 parent a301d05 commit 4d10638
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.9.0"
".": "0.10.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.10.0](https://github.com/linc-technologies/ember-spreadsheet-export/compare/ember-spreadsheet-export-v0.9.0...ember-spreadsheet-export-v0.10.0) (2024-10-23)


### Features

* upgrade to [email protected] ([a301d05](https://github.com/linc-technologies/ember-spreadsheet-export/commit/a301d05fc06abcbaa98ef07551ccadcb09e92aaa))
* upgrade to [email protected] (HERO-10268) ([#38](https://github.com/linc-technologies/ember-spreadsheet-export/issues/38)) ([a301d05](https://github.com/linc-technologies/ember-spreadsheet-export/commit/a301d05fc06abcbaa98ef07551ccadcb09e92aaa))

## [0.9.0](https://github.com/linc-technologies/ember-spreadsheet-export/compare/ember-spreadsheet-export-v0.8.1...ember-spreadsheet-export-v0.9.0) (2024-10-23)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@linc-technologies/ember-spreadsheet-export",
"version": "0.9.0",
"version": "0.10.0",
"description": "Provides ability to export a set of json data as excel or csv file.",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 4d10638

Please sign in to comment.