From e45a8e67c64da59f5fb5b74215282000f11da9b4 Mon Sep 17 00:00:00 2001 From: Ivan Pazhitnykh Date: Thu, 21 Oct 2021 18:28:39 +0300 Subject: [PATCH] chore: fix version --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..aaec65c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +### Changelog + +All notable changes to this project will be documented in this file. Dates are displayed in UTC. + +Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). + +#### 0.0.0 + +- feat: add lint configs [`ea5d073`](https://github.com/realtby/codestyle/commit/ea5d0736c24225eab774744c135a637eeb774cac) +- feat: add release scripts & self linting [`20645ae`](https://github.com/realtby/codestyle/commit/20645ae21e520061f5852726cea42410c75f7ef8) +- Initial commit [`7e0c95e`](https://github.com/realtby/codestyle/commit/7e0c95e4cf4474ce699adb23ab348ac4b6176554) diff --git a/package-lock.json b/package-lock.json index 7d5de29..fb58a0c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@realtby/codestyle", - "version": "0.0.0", + "version": "0.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c09cc6e..77f5d6f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@realtby/codestyle", - "version": "0.0.0", + "version": "0.1.1", "description": "realt.by frontend codestyle tools shared configs", "main": ".release-it.js", "engines": {