Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Rmarieta committed Sep 13, 2023
2 parents eddea34 + 1d9e71f commit 1ad02e2
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,22 @@

<!-- <START NEW CHANGELOG ENTRY> -->

## 1.0.0
## 4.0.0

First major release working on JupyterLab >= 4.0.0

No merged PRs

<!-- <END NEW CHANGELOG ENTRY> -->

## 1.0.2

No merged PRs

## 1.0.1

No merged PRs

## 1.0.0

No merged PRs
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Table of Contents Extension with Code Content
# Table of Contents Extension with Code & Markdown

[![Github Actions Status](https://github.com/Rmarieta/jupyterlab-code-toc/workflows/Build/badge.svg)](https://github.com/Rmarieta/jupyterlab-code-toc/actions/workflows/build.yml)[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/Rmarieta/jupyterlab-code-toc/main?urlpath=lab)
[![PyPI version](https://img.shields.io/pypi/v/jupyterlabcodetoc.svg)](https://pypi.org/project/jupyterlabcodetoc/)
[![Github Actions Status](https://github.com/Rmarieta/jupyterlab-code-toc/workflows/Build/badge.svg)](https://github.com/Rmarieta/jupyterlab-code-toc/actions/workflows/build.yml)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/Rmarieta/jupyterlab-code-toc/main?urlpath=lab)

JupyterLab Table of Contents extension that includes code cells and markdown content other than headings.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlabcodetoc",
"version": "1.0.0",
"version": "4.0.0",
"description": "JupyterLab Table of Contents extension that includes code cells and markdown content other than headings.",
"keywords": [
"jupyter",
Expand Down

0 comments on commit 1ad02e2

Please sign in to comment.