From cf4044d9cc5d4b9aec911a8f279b5029d21ce1c9 Mon Sep 17 00:00:00 2001 From: make-github-pseudonymous-again <5165674+make-github-pseudonymous-again@users.noreply.github.com> Date: Wed, 5 May 2021 16:40:51 +0200 Subject: [PATCH 1/2] :books: docs(README): Remove WIP warning. --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 3a721df..333c44f 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,6 @@ Set n-combinations for JavaScript. See [docs](https://computational-combinatorics.github.io/n-combinations/index.html). -> :building_construction: Caveat emptor! This is work in progress. Code may be -> working. Documentation may be present. Coherence may be. Maybe. - > :warning: Depending on your environment, the code may require > `regeneratorRuntime` to be defined, for instance by importing > [regenerator-runtime/runtime](https://www.npmjs.com/package/regenerator-runtime). From c704124671eb35312efdaa017d741845724b2f65 Mon Sep 17 00:00:00 2001 From: make-github-pseudonymous-again <5165674+make-github-pseudonymous-again@users.noreply.github.com> Date: Wed, 5 May 2021 16:41:18 +0200 Subject: [PATCH 2/2] :hatching_chick: release: Bumping to v0.0.3. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5cf568f..9b5a209 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@combinatorics/n-combinations", "description": "Set n-combinations for JavaScript", - "version": "0.0.2", + "version": "0.0.3", "license": "AGPL-3.0", "author": "make-github-pseudonymous-again", "homepage": "https://computational-combinatorics.github.io/n-combinations",