Skip to content

Commit 99be166

Browse files
committed
Release 1.0.0
1 parent 769693f commit 99be166

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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+
- Initial commit [`caf2084`](https://github.com/revolabs-io/n8n-nodes-ffmpeg-command/commit/caf2084e84fee9e0a90ce0ac47508906ae15e3dd)
10+
- refactor: replace example and github issues nodes with ffmpeg command node [`4b522f3`](https://github.com/revolabs-io/n8n-nodes-ffmpeg-command/commit/4b522f34567e1b54fc7e8ff0e6e2d859a8517867)
11+
- docs(package): update readme and add examples for ffmpeg command node [`769693f`](https://github.com/revolabs-io/n8n-nodes-ffmpeg-command/commit/769693f297f26b899bd5c068ed3d22b4bc5a46e1)

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n-nodes-ffmpeg-command",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"description": "A N8N node for executing FFmpeg and FFprobe commands - no need for binary installations or custom Docker images.",
55
"license": "MIT",
66
"homepage": "",

0 commit comments

Comments
 (0)