From 4e146785ab0fb28c0cd1c5c5242891717108c65e Mon Sep 17 00:00:00 2001 From: Kyle Farnung Date: Tue, 21 Sep 2021 22:22:38 -0700 Subject: [PATCH] 1.2.3 release --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index e0ff7d9..61c28e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "aoc-to-markdown", - "version": "1.2.2", + "version": "1.2.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 58744cf..80825b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aoc-to-markdown", - "version": "1.2.2", + "version": "1.2.3", "description": "Converts a given Advent of Code page to a GitHub-compatible Markdown file.", "repository": "github:kfarnung/aoc-to-markdown", "scripts": {