From dffbe88ea0287935a8fda4ddbf47a9f0f7b34f6a Mon Sep 17 00:00:00 2001 From: ianthomas23 Date: Wed, 23 Oct 2024 07:47:50 +0000 Subject: [PATCH] Publish 0.0.10 SHA256 hashes: jupyterlite-cockle-0.0.10.tgz: 3f7617bdf0721edfdd04f6655a593357bd9afbf6a9c70e17f5ade69768b98fa2 --- CHANGELOG.md | 19 +++++++++++++++++-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 20 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbc3b09..890abc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ +## 0.0.10 + +([Full Changelog](https://github.com/jupyterlite/cockle/compare/v0.0.9...c0e5440f4fb4963c2cd433b07f9936c42097beeb)) + +### Enhancements made + +- Validate JSON config files [#63](https://github.com/jupyterlite/cockle/pull/63) ([@ianthomas23](https://github.com/ianthomas23)) +- Show wasm package info in cockle-config command [#62](https://github.com/jupyterlite/cockle/pull/62) ([@ianthomas23](https://github.com/ianthomas23)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyterlite/cockle/graphs/contributors?from=2024-10-07&to=2024-10-23&type=c)) + +[@ianthomas23](https://github.com/search?q=repo%3Ajupyterlite%2Fcockle+involves%3Aianthomas23+updated%3A2024-10-07..2024-10-23&type=Issues) + + + ## 0.0.9 ([Full Changelog](https://github.com/jupyterlite/cockle/compare/v0.0.8...b981d692a28755b1c9329a65206c9f2ef3139b42)) @@ -21,8 +38,6 @@ [@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)) diff --git a/package-lock.json b/package-lock.json index e1cf0e7..5dca7c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@jupyterlite/cockle", - "version": "0.0.9", + "version": "0.0.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@jupyterlite/cockle", - "version": "0.0.9", + "version": "0.0.10", "license": "BSD-3-Clause", "dependencies": { "@jupyterlite/contents": "^0.4.1", diff --git a/package.json b/package.json index 2060d53..7a94efd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlite/cockle", - "version": "0.0.9", + "version": "0.0.10", "description": "In browser bash-like shell", "homepage": "https://github.com/jupyterlite/cockle", "license": "BSD-3-Clause",