From 5ca56f2aebd9ef895bbb61e70fda4c34557d343c Mon Sep 17 00:00:00 2001 From: Quentin Adam Date: Sun, 29 Dec 2024 23:00:00 +0100 Subject: [PATCH] Bump version to 0.1.8 --- deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno.json b/deno.json index 846d768..ad7ebef 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@quentinadam/decimal", - "version": "0.1.7", + "version": "0.1.8", "description": "A library for working with arbitrary precision decimal numbers", "license": "MIT", "exports": "./src/Decimal.ts",