From 87b794bd12b0be18bec6a1f004597a3ff9f9c322 Mon Sep 17 00:00:00 2001 From: Kristoffer Steen Date: Tue, 24 Aug 2021 08:10:23 +0000 Subject: [PATCH] chore(release): 0.6.5 --- CHANGELOG.md | 2 ++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8556269..2f42d479 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.6.5](https://github.com/equinor/sepes-api/compare/0.6.4...0.6.5) (2021-08-24) + ### [0.6.4](https://github.com/equinor/sepes-api/compare/0.6.3...0.6.4) (2021-08-23) ### [0.6.3](https://github.com/equinor/sepes-api/compare/0.6.2...0.6.3) (2021-08-23) diff --git a/package-lock.json b/package-lock.json index db56b5ed..ee4c62d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { "name": "sepes", - "version": "0.6.4", + "version": "0.6.5", "lockfileVersion": 1 } diff --git a/package.json b/package.json index 1639cf81..88a185ff 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "name": "sepes", - "version": "0.6.4", + "version": "0.6.5", "private": true }