diff --git a/.changeset/pre.json b/.changeset/pre.json index ea8767d..ea15fe0 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -6,6 +6,7 @@ }, "changesets": [ "neat-years-unite", - "soft-onions-appear" + "soft-onions-appear", + "strict-towns-grin" ] } diff --git a/.changeset/strict-towns-grin.md b/.changeset/strict-towns-grin.md new file mode 100644 index 0000000..261dfb8 --- /dev/null +++ b/.changeset/strict-towns-grin.md @@ -0,0 +1,7 @@ +--- +"lst_v3": minor +--- + +more build stuff +### Build +- changes to now auto release when we push new v* diff --git a/CHANGELOG.md b/CHANGELOG.md index d3e001c..e029765 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # lst_v3 +## 0.1.0-alpha.1 + +### Minor Changes + +- more build stuff + ### Build + - changes to now auto release when we push new v\* + ## 1.0.2-alpha.0 ### Patch Changes diff --git a/package.json b/package.json index e5633ba..f1e06a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lst_v3", - "version": "1.0.2-alpha.0", + "version": "0.1.0-alpha.1", "description": "The tool that supports us in our everyday alplaprod", "main": "index.js", "scripts": {