From 2dac754b4689842b37d3fbe49bca1fe5f6bdcf24 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 12 Jun 2024 13:47:17 +0000 Subject: [PATCH] chore(release): 0.0.2 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b66912..7d613a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,4 +2,6 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.0.2](https://github.com/minozzzi/eslint-config/compare/v0.0.1...v0.0.2) (2024-06-12) + ### 0.0.1 (2024-06-12) diff --git a/package.json b/package.json index 77a0bbc..ef4a680 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@minozzzi/eslint-config", "private": false, - "version": "0.0.1", + "version": "0.0.2", "description": "ESLint configuration used by github.com/minozzzi.", "main": "index.js", "homepage": "https://github.com/minozzzi/eslint-config#readme",