Skip to content

Commit 394a22f

Browse files
committed
patch release
1 parent 39bbda4 commit 394a22f

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# gatsby-source-note-com
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- note.com sourcing patch release
8+
- Updated dependencies
9+

packages/gatsby-source-note-com/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-source-note-com",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"license": "MIT",
55
"main": "index.js",
66
"files": [

packages/note-com-js/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# note-com-js
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- note.com sourcing patch release

packages/note-com-js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "note-com-js",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"license": "MIT",
55
"exports": {
66
".": {

0 commit comments

Comments
 (0)