diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fe4fc116..01b3fa2da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,27 @@ -# Change Log +# Changelog All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. - -# (2023-04-04) +## 1.1.0 (2023-04-04) + + +### Features +* **buidl:** fix python tests ([533a338](https://github.com/starknet-edu/starknetbook/commit/533a3389dadd54794d8742083827aad7b265912b)) +* **camp 4:** faster hardhat tests ([d216d65](https://github.com/starknet-edu/starknetbook/commit/d216d65b646843acc9f9e14ae192dd057220dd13)) +* **camp_4:** release the beast ([fe543ef](https://github.com/starknet-edu/starknetbook/commit/fe543ef229c7268cfe3733016e2eef9d9e9e5e79)) +### Bug Fixes +* **buidl:** protostar + python ([6c56aad](https://github.com/starknet-edu/starknetbook/commit/6c56aadf0ffd522ada2e95587a3ce456d217d276)) +* **buidl:** update hardhat ([f8f5e1f](https://github.com/starknet-edu/starknetbook/commit/f8f5e1f147e6fff241c1c0913913266a1ff62b2b)) +* camp_1 readme typos ([03f4b22](https://github.com/starknet-edu/starknetbook/commit/03f4b22b06c0e721d0761714c907e4625821efa0)) +* camp_2 readme typos ([418fcbb](https://github.com/starknet-edu/starknetbook/commit/418fcbb94bf9e8340b9975f1c1f7d2fba935699d)) +* camp_3 readme typos ([5196e10](https://github.com/starknet-edu/starknetbook/commit/5196e109d0c97e257eff89dc8cc1d66c25be6434)) +* camp_4 readme typos ([547c66f](https://github.com/starknet-edu/starknetbook/commit/547c66f69a11b3632b14969e006c345b00782335)) +* camp_5 readme typos ([9e94295](https://github.com/starknet-edu/starknetbook/commit/9e94295846d2afc3bde113d9d049fae7d07b29b7)) +* fix broken link in camp_2 module ([#39](https://github.com/starknet-edu/starknetbook/issues/39)) ([8652b6f](https://github.com/starknet-edu/starknetbook/commit/8652b6f3f6c3a57593de9621c626359c1cdc5435)) + + +# (2023-04-04) diff --git a/package.json b/package.json index 505241722..1bb43269b 100644 --- a/package.json +++ b/package.json @@ -32,5 +32,5 @@ "@antora/lunr-extension": "^1.0.0-alpha.8", "@antora/site-generator": "3.1.2" }, - "version": "1.0.0" -} \ No newline at end of file + "version": "1.1.0" +}