diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5258b40 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 1.0.0 (2024-06-02) + + +### Features + +* first commit ([1b32fd3](https://github.com/Pkcarreno/jsod/commit/1b32fd32fa605e9d5b342e40d07083a591952350)) diff --git a/package.json b/package.json index e36d407..d233bc8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jsod", - "version": "0.0.1", + "version": "1.0.0", "description": "Write, run, and share JavaScript code instantly", "author": "Pedro CarreƱo (34664891+Pkcarreno@users.noreply.github.com)", "type": "module",