From df3d63c47779a0f0043111613f918dd2b6cc98e9 Mon Sep 17 00:00:00 2001 From: make-github-pseudonymous-again <5165674+make-github-pseudonymous-again@users.noreply.github.com> Date: Sun, 13 Nov 2022 21:41:09 +0100 Subject: [PATCH] :hatching_chick: release: Bumping to v1.0.0. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c9a0943..0df8710 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@data-structure-algebra/doubly-linked-list", "description": "Doubly linked list for JavaScript", - "version": "0.0.1", + "version": "1.0.0", "license": "AGPL-3.0", "author": "make-github-pseudonymous-again", "homepage": "https://data-structure-algebra.github.io/doubly-linked-list",