mirror of
https://github.com/goenning/google-indexing-script.git
synced 2024-11-28 23:14:01 +03:00
release version
This commit is contained in:
parent
c377162189
commit
77da3e79d5
@ -1,5 +0,0 @@
|
||||
---
|
||||
"google-indexing-script": patch
|
||||
---
|
||||
|
||||
Fix index function to handle options passed
|
7
CHANGELOG.md
Normal file
7
CHANGELOG.md
Normal file
@ -0,0 +1,7 @@
|
||||
# google-indexing-script
|
||||
|
||||
## 0.0.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#39](https://github.com/goenning/google-indexing-script/pull/39) [`9467e82`](https://github.com/goenning/google-indexing-script/commit/9467e82496170aeaa42ecd8ab6b8de4ba8f8315f) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Fix index function to handle options passed
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "google-indexing-script",
|
||||
"version": "0.0.2",
|
||||
"version": "0.0.3",
|
||||
"main": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
"bin": {
|
||||
|
Loading…
Reference in New Issue
Block a user