diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d352af..baaf232 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,4 +2,20 @@ +## 0.0.3 + +([Full Changelog](https://github.com/jupyterlite/cockle/compare/564c3eeb2cac64b3a9c4cf40d5c04b76aeda5707...fb1b4b169d63334cc1e0b65007dc6012c971629e)) + +### Maintenance and upkeep improvements + +- Update default version spec to `patch` [#4](https://github.com/jupyterlite/cockle/pull/4) ([@jtpio](https://github.com/jtpio)) +- Add releaser workflows [#3](https://github.com/jupyterlite/cockle/pull/3) ([@jtpio](https://github.com/jtpio)) +- Rename package to `@jupyterlite/cockle` [#2](https://github.com/jupyterlite/cockle/pull/2) ([@jtpio](https://github.com/jtpio)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyterlite/cockle/graphs/contributors?from=2024-04-17&to=2024-05-29&type=c)) + +[@jtpio](https://github.com/search?q=repo%3Ajupyterlite%2Fcockle+involves%3Ajtpio+updated%3A2024-04-17..2024-05-29&type=Issues) + diff --git a/package-lock.json b/package-lock.json index f90b9aa..de5c830 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@jupyterlite/cockle", - "version": "0.0.2", + "version": "0.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@jupyterlite/cockle", - "version": "0.0.2", + "version": "0.0.3", "license": "BSD-3-Clause", "dependencies": { "@jupyterlab/services": "^7.1.6" diff --git a/package.json b/package.json index e64d36c..f227bb1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlite/cockle", - "version": "0.0.2", + "version": "0.0.3", "description": "In browser bash-like shell", "homepage": "https://github.com/jupyterlite/cockle", "license": "BSD-3-Clause",