From a839e3aaba89e89265fb88b78fbcfc6b26db0685 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 19 Feb 2022 17:36:23 +0000 Subject: [PATCH] chore(release): 4.0.0-next.1 [skip ci] # [@hastearcade/web-v4.0.0-next.1](https://github.com/playhaste/haste-sdk/compare/@hastearcade/web-v3.0.1...@hastearcade/web-v4.0.0-next.1) (2022-02-19) ### Bug Fixes * **server:** updated build and added limit parameter ([9cf8725](https://github.com/playhaste/haste-sdk/commit/9cf872549ef3f47501dcc69ba19978fd8eb98ec8)) * **web:** updated to force build ([8b87151](https://github.com/playhaste/haste-sdk/commit/8b87151dfefcc22246543864678f6faf957e9527)) ### Features * **web:** changing build interface to ignore client id ([2e827b3](https://github.com/playhaste/haste-sdk/commit/2e827b3ac056f787a4a65312c5e73693b2e1ba3d)) ### BREAKING CHANGES * **web:** updating the build interface to no longer require client id --- packages/web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web/package.json b/packages/web/package.json index 1d8d600..1b3ebfb 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@hastearcade/web", - "version": "3.0.0-next.3", + "version": "4.0.0-next.1", "description": "The client sdk to be used to empower developers to leverage the Haste Arcade. The client SDK is intended to be used in client side code alongside the developers game logic.", "contributors": [ "Keith LaForce ",