Skip to content

Commit

Permalink
chore(release): 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Gumball12 committed Feb 25, 2024
1 parent 37f28df commit 992797d
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,30 @@

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.

### 0.0.3 (2024-02-25)


### Features

* add [eslint|prettier]ignore ([df7dcd4](https://github.com/Gumball12/google-spreadsheet-dts/commit/df7dcd4e6f6e69e512f63aec518e57197ce4aa69))
* change the param to an object ([94fd171](https://github.com/Gumball12/google-spreadsheet-dts/commit/94fd171c67e61816f1b4130b77d0069aac7d8c76))
* configure cd workflow ([176c804](https://github.com/Gumball12/google-spreadsheet-dts/commit/176c80436157eaa612a1ded7a48dd46dacb3d17f))
* configure ci with codecov ([63eebf6](https://github.com/Gumball12/google-spreadsheet-dts/commit/63eebf6486d4d97db9b69d8e335d239fb5cb0e5c))
* implement createDts() ([739d53a](https://github.com/Gumball12/google-spreadsheet-dts/commit/739d53ad0a842b7e84c3c4cd192805310aca7e24))
* implement generateDts() ([1ca8e3f](https://github.com/Gumball12/google-spreadsheet-dts/commit/1ca8e3f7ce6875a1baaa6757c44759ede9a5f553))
* implement publicGoogleSheets parser ([f1cf536](https://github.com/Gumball12/google-spreadsheet-dts/commit/f1cf5365af5a71d216fd6ba7dd0c3923e343861e))
* make the parser return a function ([5689657](https://github.com/Gumball12/google-spreadsheet-dts/commit/5689657383389a6babcd92f51f3f3a0e50e056a9))
* make types importable in createDts() ([116e9a7](https://github.com/Gumball12/google-spreadsheet-dts/commit/116e9a72c4cfc3c36c9c69817a0a8d773aecd6f8))
* remove unnecessary types ([fecb396](https://github.com/Gumball12/google-spreadsheet-dts/commit/fecb3968836c19d9c0902a0f388d46705b6805f3))
* rename generate-dts to google-spreadsheet-dts ([910f2b7](https://github.com/Gumball12/google-spreadsheet-dts/commit/910f2b7725f7a7961461c9814e52f3fc541224ba))
* revise package.json for npm deployment ([98f4118](https://github.com/Gumball12/google-spreadsheet-dts/commit/98f41189e401ed58e6a53d9e9748f981206059f3))


### Bug Fixes

* add semicolons ([7446351](https://github.com/Gumball12/google-spreadsheet-dts/commit/744635105361c54c015d21fa136f453024ba238c))
* specify the fs module as rollup external ([ce24636](https://github.com/Gumball12/google-spreadsheet-dts/commit/ce2463693983f1f1ead0b886631dabdbe83edba9))

### 0.0.2 (2024-02-25)


Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "google-spreadsheet-dts",
"description": "d.ts for Google Spreadsheet",
"version": "0.0.2",
"version": "0.0.3",
"type": "module",
"repository": {
"type": "git",
Expand Down Expand Up @@ -56,6 +56,7 @@
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"google-auth-library": "^9.6.3",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
Expand All @@ -66,6 +67,7 @@
"vitest": "^1.3.1"
},
"dependencies": {
"google-spreadsheet": "^4.1.1",
"public-google-sheets-parser": "^1.3.2"
},
"lint-staged": {
Expand Down

0 comments on commit 992797d

Please sign in to comment.