Browse Source

Merge pull request #328 from HeyPuter/release-please--branches--main--components--puter.com

chore(main): release 2.2.0
Eric Dubé 1 year ago
parent
commit
a2de5e3da2
3 changed files with 11 additions and 3 deletions
  1. 8 0
      CHANGELOG.md
  2. 2 2
      package-lock.json
  3. 1 1
      package.json

+ 8 - 0
CHANGELOG.md

@@ -1,5 +1,13 @@
 # Changelog
 
+## [2.2.0](https://github.com/HeyPuter/puter/compare/v2.1.1...v2.2.0) (2024-04-23)
+
+
+### Features
+
+* add /healthcheck endpoint ([c166560](https://github.com/HeyPuter/puter/commit/c166560ff4ab5a453d3ec4f97326c995deb7f522))
+* allow apps to add a menubar via puter.js ([331d9e7](https://github.com/HeyPuter/puter/commit/331d9e75428ec7609394f59b1755374c7340f83e))
+
 ## [2.1.1](https://github.com/HeyPuter/puter/compare/v2.1.0...v2.1.1) (2024-04-22)
 
 

+ 2 - 2
package-lock.json

@@ -1,12 +1,12 @@
 {
   "name": "puter.com",
-  "version": "2.1.1",
+  "version": "2.2.0",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "puter.com",
-      "version": "2.1.1",
+      "version": "2.2.0",
       "hasInstallScript": true,
       "license": "AGPL-3.0-only",
       "workspaces": [

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "puter.com",
-  "version": "2.1.1",
+  "version": "2.2.0",
   "author": "Puter Technologies Inc.",
   "license": "AGPL-3.0-only",
   "description": "Desktop environment in the browser!",