From 692eb4d43cc192d48c20f699228eee6ad253d62b Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 15 Aug 2020 10:46:25 +0200 Subject: [PATCH] chore(release): 19.0.0 --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 2 +- package.json | 2 +- package.yaml | 2 +- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73b7f7d60..a1f9bec66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ 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. +## [19.0.0](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v18.6.0...v19.0.0) (2020-08-15) + + +### refactor + +* split foundation & llvm ([c68a01d](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/c68a01d)) + + +### BREAKING CHANGES + +* split foundation + + + ## [18.6.0](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v18.5.0...v18.6.0) (2020-08-11) diff --git a/package-lock.json b/package-lock.json index 6bfad6734..f3ca829a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "18.6.0", + "version": "19.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 725f5f8e4..ada03dbe8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "18.6.0", + "version": "19.0.0", "description": "", "keywords": [], "author": "", diff --git a/package.yaml b/package.yaml index 34a56b449..53d3b395e 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: uniworx -version: 18.6.0 +version: 19.0.0 dependencies: - base