diff --git a/.changeset/lucky-dingos-brake.md b/.changeset/lucky-dingos-brake.md new file mode 100644 index 0000000..2fa2b14 --- /dev/null +++ b/.changeset/lucky-dingos-brake.md @@ -0,0 +1,5 @@ +--- +"lst_v3": patch +--- + +changed the password to token diff --git a/.changeset/pre.json b/.changeset/pre.json index 37516fc..a1eee39 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -5,6 +5,7 @@ "lst_v3": "0.0.1" }, "changesets": [ + "lucky-dingos-brake", "neat-years-unite", "soft-onions-appear", "strict-towns-grin", diff --git a/CHANGELOG.md b/CHANGELOG.md index a156e66..1af5e50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # lst_v3 +## 0.1.0-alpha.3 + +### Patch Changes + +- changed the password to token + ## 0.1.0-alpha.2 ### Patch Changes diff --git a/package.json b/package.json index 465e291..4cb6c9e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lst_v3", - "version": "0.1.0-alpha.2", + "version": "0.1.0-alpha.3", "description": "The tool that supports us in our everyday alplaprod", "main": "index.js", "scripts": {