From efefe1a50561e6ed14a71a1fb113beaad6f39cab Mon Sep 17 00:00:00 2001 From: Cedric van Putten Date: Sat, 4 Jan 2020 01:13:45 +0000 Subject: [PATCH] release: create new version 0.5.0 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 26 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0481f8d..9e7abbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,27 @@ +# Changelog + +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.5.0](https://github.com/bycedric/github-website/compare/0.4.1...0.5.0) (2020-01-04) + +### ⚠ BREAKING CHANGES + +* rewrite everything in nextjs with expo ([#144](https://github.com/bycedric/github-website/issues/144)) ([0e51e15](https://github.com/bycedric/github-website/commit/0e51e154cf59fb7c442792cd7e0df9e4e6dc8f56)) + +### Features + +* add standard version for easy releases ([#146](https://github.com/bycedric/github-website/issues/146)) ([96ccfc8](https://github.com/bycedric/github-website/commit/96ccfc8d90c25b4bf9319afa3299cfcb5e315f72)) + +### Bug Fixes + +* run workflow when master is pushed ([f8a26fe](https://github.com/bycedric/github-website/commit/f8a26feb2bcdc7e5c284d77d812b288e4a089588)) +* use proper links and references ([#145](https://github.com/bycedric/github-website/issues/145)) ([545be74](https://github.com/bycedric/github-website/commit/545be74ec1680f857eced362023138ba69d06e19)) + +### Code refactors + +* rewrite everything in nextjs with expo ([#144](https://github.com/bycedric/github-website/issues/144)) ([0e51e15](https://github.com/bycedric/github-website/commit/0e51e154cf59fb7c442792cd7e0df9e4e6dc8f56)) + + ## [0.4.1](https://github.com/bycedric/github-website/compare/0.4.0...0.4.1) (2019-02-04) diff --git a/package-lock.json b/package-lock.json index 6073828..4810afc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@bycedric/github-website", - "version": "0.4.1", + "version": "0.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 68d19de..331468c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bycedric/github-website", - "version": "0.4.1", + "version": "0.5.0", "license": "MIT", "private": true, "main": "node_modules/expo/AppEntry.js",