From b8fe9e32ba9a2f78f9088310ed4db4c6c0b6cc0e Mon Sep 17 00:00:00 2001 From: ianthomas23 Date: Mon, 7 Oct 2024 12:48:38 +0000 Subject: [PATCH] Publish 0.0.9 SHA256 hashes: jupyterlite-cockle-0.0.9.tgz: 9c97aad41956409b5ac876dfdd4b6867c4735864ee2c3fcb5f0051de2531505f --- CHANGELOG.md | 23 +++++++++++++++++++++-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 24 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f73d579..bbc3b09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,27 @@ +## 0.0.9 + +([Full Changelog](https://github.com/jupyterlite/cockle/compare/v0.0.8...b981d692a28755b1c9329a65206c9f2ef3139b42)) + +### Enhancements made + +- Obtain wasm packages from emscripten-forge when building deployment [#61](https://github.com/jupyterlite/cockle/pull/61) ([@ianthomas23](https://github.com/ianthomas23)) +- Add new cockle-config command that prints cockle version [#60](https://github.com/jupyterlite/cockle/pull/60) ([@ianthomas23](https://github.com/ianthomas23)) + +### Bugs fixed + +- Prevent use of color in command output to file [#59](https://github.com/jupyterlite/cockle/pull/59) ([@ianthomas23](https://github.com/ianthomas23)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyterlite/cockle/graphs/contributors?from=2024-09-11&to=2024-10-07&type=c)) + +[@ianthomas23](https://github.com/search?q=repo%3Ajupyterlite%2Fcockle+involves%3Aianthomas23+updated%3A2024-09-11..2024-10-07&type=Issues) + + + ## 0.0.8 ([Full Changelog](https://github.com/jupyterlite/cockle/compare/v0.0.7...c226ca913081827957862d27697b3c122ecafb0e)) @@ -29,8 +50,6 @@ [@ianthomas23](https://github.com/search?q=repo%3Ajupyterlite%2Fcockle+involves%3Aianthomas23+updated%3A2024-08-19..2024-09-11&type=Issues) - - ## 0.0.7 ([Full Changelog](https://github.com/jupyterlite/cockle/compare/v0.0.6...e6f58e3778e92e0bd77aef40c7ae8b18b3346be0)) diff --git a/package-lock.json b/package-lock.json index 802b8ef..0ae4183 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@jupyterlite/cockle", - "version": "0.0.8", + "version": "0.0.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@jupyterlite/cockle", - "version": "0.0.8", + "version": "0.0.9", "license": "BSD-3-Clause", "dependencies": { "@jupyterlite/contents": "^0.4.1", diff --git a/package.json b/package.json index 658cf8b..245daf5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlite/cockle", - "version": "0.0.8", + "version": "0.0.9", "description": "In browser bash-like shell", "homepage": "https://github.com/jupyterlite/cockle", "license": "BSD-3-Clause",