From 923ea88375c985e0d9df8e72c292ff44b91e07c9 Mon Sep 17 00:00:00 2001 From: Kunal Nagar Date: Sat, 2 Jan 2021 11:40:42 -0500 Subject: [PATCH] chore(release): 3.3.1 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4559274..7f7b8401 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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. +### [3.3.1](https://github.com/kunalnagar/encrypt0r/compare/v3.3.0...v3.3.1) (2021-01-02) + +### Chores + +- Reorganize code Part 1 ([#34](https://github.com/kunalnagar/encrypt0r/issues/34)) ([d447e7f](https://github.com/kunalnagar/encrypt0r/commit/d447e7fe3fb1df7da649ecdd804c93d4a76361fa)) +- **deps-dev:** bump @types/node from 14.14.17 to 14.14.19 ([#33](https://github.com/kunalnagar/encrypt0r/issues/33)) ([7272d5d](https://github.com/kunalnagar/encrypt0r/commit/7272d5dc48d946213dc6e823e30b6922db0f0ebc)) +- **deps-dev:** bump eslint from 7.16.0 to 7.17.0 ([#32](https://github.com/kunalnagar/encrypt0r/issues/32)) ([e9f7018](https://github.com/kunalnagar/encrypt0r/commit/e9f7018ab5ccd8ca1c3324ddb16963f2554e6a9b)) +- **deps-dev:** bump standard-version from 9.0.0 to 9.1.0 ([#31](https://github.com/kunalnagar/encrypt0r/issues/31)) ([0314c26](https://github.com/kunalnagar/encrypt0r/commit/0314c26207d9eb337e42b843612bf3b5b3713ab2)) + ## [3.3.0](https://github.com/kunalnagar/encrypt0r/compare/v3.2.12...v3.3.0) (2021-01-01) ### Features diff --git a/package-lock.json b/package-lock.json index 62c59fee..42550304 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "encrypt0r", - "version": "3.3.0", + "version": "3.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e25a1b0a..fab97fab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "encrypt0r", - "version": "3.3.0", + "version": "3.3.1", "description": "A simple way to encrypt and decrypt your files", "keywords": [ "Electron",