From d908ab3a81a6fd2a5acb191eedd7cd173da0b332 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 6 Jan 2022 23:34:29 +0000 Subject: [PATCH] chore(release): 1.2.0 [skip ci] # [1.2.0](https://github.com/sure-thing/afix/compare/v1.1.5...v1.2.0) (2022-01-06) ### Features * mkdir ([27e358c](https://github.com/sure-thing/afix/commit/27e358c7254ea9fe6c766b7b9f9b19fde16bbe3f)), closes [#3](https://github.com/sure-thing/afix/issues/3) * nested dirs ([dfac93f](https://github.com/sure-thing/afix/commit/dfac93f5187be94d288c12a49869f18517667667)), closes [#4](https://github.com/sure-thing/afix/issues/4) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 265c3bc..4ccc900 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "afix", - "version": "1.1.5", + "version": "1.2.0", "description": "Tiny fixture utility.", "main": "./index.js", "types": "./index.d.ts",