From 5eaf22d00d6e06aa3e9bdddd26c5271eeb789ce6 Mon Sep 17 00:00:00 2001 From: ianthomas23 Date: Mon, 19 Aug 2024 09:01:49 +0000 Subject: [PATCH] Publish 0.0.7 SHA256 hashes: jupyterlite-cockle-0.0.7.tgz: 048ee906e9c326a2ca2aa2f5de3d2c5f049f0e5e1c599687e0681fe56d7b0a6c --- CHANGELOG.md | 18 ++++++++++++++++-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 19 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 535afac..5505608 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ +## 0.0.7 + +([Full Changelog](https://github.com/jupyterlite/cockle/compare/v0.0.6...e6f58e3778e92e0bd77aef40c7ae8b18b3346be0)) + +### Maintenance and upkeep improvements + +- Fix packaging of wasm files [#46](https://github.com/jupyterlite/cockle/pull/46) ([@ianthomas23](https://github.com/ianthomas23)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyterlite/cockle/graphs/contributors?from=2024-08-19&to=2024-08-19&type=c)) + +[@ianthomas23](https://github.com/search?q=repo%3Ajupyterlite%2Fcockle+involves%3Aianthomas23+updated%3A2024-08-19..2024-08-19&type=Issues) + + + ## 0.0.6 ([Full Changelog](https://github.com/jupyterlite/cockle/compare/v0.0.5...1fac256426fd3e98835e7e2132c1534b5487b939)) @@ -37,8 +53,6 @@ [@ianthomas23](https://github.com/search?q=repo%3Ajupyterlite%2Fcockle+involves%3Aianthomas23+updated%3A2024-07-22..2024-08-19&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlite%2Fcockle+involves%3Ajtpio+updated%3A2024-07-22..2024-08-19&type=Issues) - - ## 0.0.5 ([Full Changelog](https://github.com/jupyterlite/cockle/compare/v0.0.4...77129154f8963528fdd7254e835002be04c10865)) diff --git a/package-lock.json b/package-lock.json index a01392a..1914bc0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@jupyterlite/cockle", - "version": "0.0.6", + "version": "0.0.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@jupyterlite/cockle", - "version": "0.0.6", + "version": "0.0.7", "license": "BSD-3-Clause", "dependencies": { "@jupyterlab/services": "^7.2.4", diff --git a/package.json b/package.json index 8c8802c..1b1a3bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlite/cockle", - "version": "0.0.6", + "version": "0.0.7", "description": "In browser bash-like shell", "homepage": "https://github.com/jupyterlite/cockle", "license": "BSD-3-Clause",