diff --git a/CHANGELOG.md b/CHANGELOG.md index 91eed1ca6..571aebba5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.5.1](https://github.com/codesandbox/sandpack/compare/v0.5.0...v0.5.1) (2021-11-19) + +**Note:** Version bump only for package sandpack + + + + + # [0.5.0](https://github.com/codesandbox/sandpack/compare/v0.4.1...v0.5.0) (2021-11-19) diff --git a/lerna.json b/lerna.json index 71ca4d71e..228405d7b 100644 --- a/lerna.json +++ b/lerna.json @@ -17,5 +17,5 @@ "message": "chore: [skip ci] bump packages" } }, - "version": "0.5.0" + "version": "0.5.1" } diff --git a/website/landing/CHANGELOG.md b/website/landing/CHANGELOG.md index 87b1f7607..8c2a93650 100644 --- a/website/landing/CHANGELOG.md +++ b/website/landing/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.5.1](https://github.com/codesandbox/sandpack/compare/v0.5.0...v0.5.1) (2021-11-19) + +**Note:** Version bump only for package sandpack-landing + + + + + # [0.5.0](https://github.com/codesandbox/sandpack/compare/v0.4.1...v0.5.0) (2021-11-19) diff --git a/website/landing/package.json b/website/landing/package.json index cfd60c2c0..f092d3108 100644 --- a/website/landing/package.json +++ b/website/landing/package.json @@ -1,7 +1,7 @@ { "name": "sandpack-landing", "private": true, - "version": "0.5.0", + "version": "0.5.1", "scripts": { "build:deps": "yarn workspace @codesandbox/sandpack-client build && yarn workspace @codesandbox/sandpack-react build", "dev": "next dev",