From 135d4206ea130176053dd574c6b05ca9d78191bc Mon Sep 17 00:00:00 2001 From: SF-CLI-BOT Date: Fri, 29 Jul 2022 22:28:45 +0000 Subject: [PATCH] chore(release): 0.0.12 [ci skip] --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e8f9c633..9dfa9e9bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ 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.0.12](https://github.com/forcedotcom/packaging/compare/v0.0.11...v0.0.12) (2022-07-29) + +### Features + +- add package1VersionCreate command, refactor tests, allow .test.ts ([aa34e8c](https://github.com/forcedotcom/packaging/commit/aa34e8cfe4ad865bb299baa6db51b2af22454a86)) + ### [0.0.11](https://github.com/forcedotcom/packaging/compare/v0.0.10...v0.0.11) (2022-07-27) ### Bug Fixes diff --git a/package.json b/package.json index 52222a949..4858dd7c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@salesforce/packaging", - "version": "0.0.11", + "version": "0.0.12", "description": "packing libraries to Salesforce packaging platform", "main": "lib/exported", "types": "lib/exported.d.ts",