Skip to content

Commit

Permalink
chore(release): 2.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.1.0](v2.0.0...v2.1.0) (2024-12-29)

### Bug Fixes

* update findAll function to handle headers and data more robustly ([3581c28](3581c28))

### Features

* add findAll function to retrieve all records from a specified sheet [#12](#12) ([759a974](759a974))
* add includeEmptyRows option to findAll function ([29bfec3](29bfec3))
* enhance findAll function to optionally include empty rows in results [#12](#12) ([2c21398](2c21398))
  • Loading branch information
semantic-release-bot committed Dec 29, 2024
1 parent 18c4417 commit ccb0d07
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [2.1.0](https://github.com/holy-sheets/holysheets/compare/v2.0.0...v2.1.0) (2024-12-29)


### Bug Fixes

* update findAll function to handle headers and data more robustly ([3581c28](https://github.com/holy-sheets/holysheets/commit/3581c283778b7959b54dfee069c07fc315b710e7))


### Features

* add findAll function to retrieve all records from a specified sheet [#12](https://github.com/holy-sheets/holysheets/issues/12) ([759a974](https://github.com/holy-sheets/holysheets/commit/759a974818bc018c917e91e2ec8d1fa9bf9b7d93))
* add includeEmptyRows option to findAll function ([29bfec3](https://github.com/holy-sheets/holysheets/commit/29bfec32666df5142536bec9bc7c065eedcd4ce8))
* enhance findAll function to optionally include empty rows in results [#12](https://github.com/holy-sheets/holysheets/issues/12) ([2c21398](https://github.com/holy-sheets/holysheets/commit/2c213987844849125f2d6bb89856b460cfefe7a2))

# [2.0.0](https://github.com/holy-sheets/holy-sheets/compare/v1.1.0...v2.0.0) (2024-12-08)

## Breaking Changes
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": "holysheets",
"version": "2.0.0",
"version": "2.1.0",
"description": "A Node.js library for interacting with Google Sheets",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand Down

0 comments on commit ccb0d07

Please sign in to comment.