diff --git a/.changeset/moody-emus-open.md b/.changeset/moody-emus-open.md deleted file mode 100644 index 3e902b3..0000000 --- a/.changeset/moody-emus-open.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"vite-plugin-runtime-env": major ---- - -Finally the first stable release - -As the project runs in its current state for a long time without any notable issues, its time to declare this -as a stable version. \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 7840cd0..ee77cc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # vite-plugin-runtime-env +## 1.0.0 + +### Major Changes + +- fe7ae21: Finally the first stable release + + As the project runs in its current state for a long time without any notable issues, it's time to declare this + as a stable version. + ## 0.1.1 ### Patch Changes diff --git a/package.json b/package.json index 01b7293..d784df1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-runtime-env", - "version": "0.1.1", + "version": "1.0.0", "description": "Vite plugin which enables you to configure your environment variables when deploying your app.", "keywords": [ "docker",