diff --git a/CHANGELOG.md b/CHANGELOG.md index d14f816..0fe161e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [3.4.0] - 2024-07-18 + +- Improved welcome experience +- Fixed lags in sample gallery search +- Improved sample gallery filter functionalities +- Improved create project step in walkthrough + ## [3.3.0] - 2024-06-16 - Refactored scaffolding form to smaller components diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 7e7edf1..71422cb 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "viva-connections-toolkit", - "version": "3.3.4", + "version": "3.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "viva-connections-toolkit", - "version": "3.3.4", + "version": "3.4.0", "license": "MIT", "dependencies": { "@pnp/cli-microsoft365": "6.11.0", diff --git a/package.json b/package.json index 1dab413..8b64fd5 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "viva-connections-toolkit", "displayName": "SharePoint Framework Toolkit", "description": "SharePoint Framework Toolkit aims to boost your productivity in developing and managing SharePoint Framework solutions helping at every stage of your development flow, from setting up your development workspace to deploying a solution straight to your tenant without the need to leave VS Code and now even create a CI/CD pipeline to introduce automate deployment of your app. This toolkit is provided by the community.", - "version": "3.3.4", + "version": "3.4.0", "publisher": "m365pnp", "preview": false, "homepage": "https://github.com/pnp/vscode-viva",