Skip to content

Commit

Permalink
chore(release): 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 18, 2024
1 parent 1d211cc commit 590b332
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### 1.0.3 (2024-05-18)
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 10 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "holly-sheets",
"version": "1.0.2",
"version": "1.0.3",
"description": "A Node.js library for interacting with Google Sheets",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -15,7 +15,13 @@
"type": "git",
"url": "https://github.com/holly-sheets/holly-sheets.git"
},
"keywords": ["google", "sheets", "spreadsheet", "api", "holly sheets"],
"keywords": [
"google",
"sheets",
"spreadsheet",
"api",
"holly sheets"
],
"author": "Teles",
"license": "MIT",
"dependencies": {
Expand All @@ -30,8 +36,8 @@
"eslint-config-standard-with-typescript": "^43.0.1",
"typescript": "^5.4.5",
"@babel/preset-env": "^7.24.5",
"babel-jest": "^29.7.0",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.2"
"ts-jest": "^29.1.2"
}
}

0 comments on commit 590b332

Please sign in to comment.