From 7eaf1b9342adb95d753f021988153e9a72709a2b Mon Sep 17 00:00:00 2001 From: Lexus Drumgold Date: Sat, 4 Sep 2021 18:11:43 -0400 Subject: [PATCH] release: @flex-development/tutils@3.1.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 298888d2..114a95ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.1.2](https://github.com/flex-development/tutils/compare/v3.1.1...v3.1.2) (2021-09-04) + + +### :bug: Fixes + +* **scripts:** only run `postinstall` in dev environments ([3824716](https://github.com/flex-development/tutils/commit/382471649eaf3e5c23048c9a5b812e14126b2f3e)) + ### [3.1.1](https://github.com/flex-development/tutils/compare/v3.1.0...v3.1.1) (2021-09-04) diff --git a/package.json b/package.json index ec2e3162..e52d2054 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@flex-development/tutils", "description": "TypeScript utilities", - "version": "3.1.1", + "version": "3.1.2", "keywords": [ "type definitons", "typescript utilities",