From ac1db22277bc101a0184a8ace98335f9589a4b0d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 15 Nov 2021 04:37:19 +0000 Subject: [PATCH] chore(release): release 1.1.0 [skip ci] # [1.1.0](https://github.com/norskeld/sigma/compare/v1.0.0...v1.1.0) (2021-11-15) ### Features * hybrid bundles - esm + cjs ([#10](https://github.com/norskeld/sigma/issues/10)) ([5987ad7](https://github.com/norskeld/sigma/commit/5987ad7ff757ea61a82d44066927de304bf5afac)) --- CHANGELOG.md | 7 +++++++ package.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d986ec1..119e5ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.1.0](https://github.com/norskeld/sigma/compare/v1.0.0...v1.1.0) (2021-11-15) + + +### Features + +* hybrid bundles - esm + cjs ([#10](https://github.com/norskeld/sigma/issues/10)) ([5987ad7](https://github.com/norskeld/sigma/commit/5987ad7ff757ea61a82d44066927de304bf5afac)) + # 1.0.0 (2021-11-12) diff --git a/package.json b/package.json index a483acb..49cc09c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nrsk/sigma", - "version": "1.0.0", + "version": "1.1.0", "description": "TypeScript parser combinator library for building fast and convenient parsers.", "type": "module", "main": "./index.cjs.cjs", @@ -37,7 +37,7 @@ "postversion": "npx tsm ../scripts/release.ts restore", "prebuild": "rimraf dist", "prerelease": "npx tsm scripts/release.ts prepare", - "prepare": "husky install", + "prepare": "echo husky install", "release": "npx semantic-release", "release:dry": "npx semantic-release --dry-run", "test": "jest",