From 04e141db07df82b50cafea74a29e811d466b99b4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 Jul 2022 20:53:47 +0000 Subject: [PATCH] chore(main): release 1.0.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 3 ++- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ddc9029 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 1.0.0 (2022-07-22) + + +### Bug Fixes + +* **allocation:** OS-SQD-SUG-00 ([2220864](https://github.com/squads-dapp/squads-mpl/commit/222086430363e07651b8efc0a03adaea5a624b5b)) +* **authority:** OS-SQD-SUG-01 ([d200f3d](https://github.com/squads-dapp/squads-mpl/commit/d200f3ddf2bd888b4d4dfdecf8354a7ba0e1e514)) +* **optimization:** OS-SQD-SUG-02 ([850858c](https://github.com/squads-dapp/squads-mpl/commit/850858ce71c3ead59af5d567577642e791238330)) +* **optimize:** OS-SQD-SUG-02 ([91ce590](https://github.com/squads-dapp/squads-mpl/commit/91ce5904815356e6f523dd7eabefcdc1300474e5)) +* **optimize:** OS-SQD-SUG-03 ([e7108e1](https://github.com/squads-dapp/squads-mpl/commit/e7108e1211fa98f306f8e147204b84971994e499)) diff --git a/package.json b/package.json index 9d6997f..85dea35 100644 --- a/package.json +++ b/package.json @@ -11,5 +11,6 @@ "mocha": "^9.0.3", "ts-mocha": "10.0.0", "typescript": "^4.3.5" - } + }, + "version": "1.0.0" }