From fb6571e265af870240d04ef2ddfd79c590c4dd46 Mon Sep 17 00:00:00 2001 From: Tim de Wolf Date: Sun, 11 Apr 2021 12:48:03 +0200 Subject: [PATCH] v2.0.0-2 --- CHANGELOG.md | 10 ++++++++-- package.json | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bcb8c3..98004c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -#### [v2.0.0-1](https://github.com/tpdewolf/oats-generator/compare/v9.12.0...v2.0.0-1) +#### [v2.0.0-2](https://github.com/tpdewolf/oats-generator/compare/v9.12.0...v2.0.0-2) - Use @tpdewolf prefix otherwise npm/yarn i will fail [`#1`](https://github.com/tpdewolf/oats-generator/pull/1) - first commit [`94d2c71`](https://github.com/tpdewolf/oats-generator/commit/94d2c713ad05c86c4c12af91b79b564ff340e8bd) @@ -549,7 +549,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Create CODE_OF_CONDUCT.md [`a4aaca1`](https://github.com/tpdewolf/oats-generator/commit/a4aaca1651984d22d2d19330abbac9e9945f0ed9) - Create LICENSE [`07eb632`](https://github.com/tpdewolf/oats-generator/commit/07eb632a8a5fb63796261508bfc4887693970c37) -#### [v3.0.1](https://github.com/tpdewolf/oats-generator/compare/v2.0.0-0...v3.0.1) +#### [v3.0.1](https://github.com/tpdewolf/oats-generator/compare/v2.0.0-1...v3.0.1) > 2 July 2018 @@ -557,6 +557,12 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Update version script [`4f3a40d`](https://github.com/tpdewolf/oats-generator/commit/4f3a40d499ed4f984e0cce4b6d356978153a081d) - Patch: fix import [`1768082`](https://github.com/tpdewolf/oats-generator/commit/17680825850177d5f04bd52601efb5eae12bf863) +#### [v2.0.0-1](https://github.com/tpdewolf/oats-generator/compare/v2.0.0-0...v2.0.0-1) + +> 11 April 2021 + +- set public [`b6ddc49`](https://github.com/tpdewolf/oats-generator/commit/b6ddc490309111a4896441f4eaec612520b80190) + #### v2.0.0-0 > 11 April 2021 diff --git a/package.json b/package.json index 27792df..43f8954 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tpdewolf/oats-generator", - "version": "2.0.0-1", + "version": "2.0.0-2", "description": "A typescript code generator from Swagger and OpenAPI specs", "keywords": [ "openapi",