Skip to content

Commit

Permalink
chore(release): release 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.0...v1.1.0) (2021-11-15)

### Features

* hybrid bundles - esm + cjs ([#10](#10)) ([5987ad7](5987ad7))
  • Loading branch information
semantic-release-bot committed Nov 15, 2021
1 parent 665b5b1 commit ac1db22
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit ac1db22

Please sign in to comment.