Skip to content

Commit 423ba0a

Browse files
Release 1.0.0
1 parent 6c9ce3c commit 423ba0a

3 files changed

Lines changed: 16 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
### Changelog
2+
3+
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
4+
5+
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
6+
7+
#### 1.0.0
8+
9+
- cleanup before first release [`#1`](https://github.com/devndeploy/n8n-nodes-stoa/pull/1)
10+
- Initial commit [`c0023ce`](https://github.com/devndeploy/n8n-nodes-stoa/commit/c0023cefac465d8f00d2b6b35949bf98ef1d07d1)
11+
- finally a working node version [`786abfc`](https://github.com/devndeploy/n8n-nodes-stoa/commit/786abfc7bf4a3f8697d1498e5fc3c6f8994a6e4a)
12+
- basic stoa nodea [`860a4cf`](https://github.com/devndeploy/n8n-nodes-stoa/commit/860a4cff77f8f6acc4e30542d5a6d59b08085fa0)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n-nodes-stoa",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"description": "French legal AI for legal professionals: answers legal questions and manages documents with up-to-date French legislation.",
55
"license": "MIT",
66
"homepage": "https://www.stoa.legal/",
@@ -31,7 +31,7 @@
3131
"n8nNodesApiVersion": 1,
3232
"strict": false,
3333
"credentials": [
34-
"dist/credentials/StoaApi.credentials.js"
34+
"dist/credentials/StoaApi.credentials.js"
3535
],
3636
"nodes": [
3737
"dist/nodes/StoaWorkflows/StoaWorkflows.node.js",

0 commit comments

Comments
 (0)