Skip to content

Commit

Permalink
chore(release): release 1.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.4.0](v1.3.0...v1.4.0) (2021-12-02)

### Features

* **combinators/take:** add `takeSides` combinator ([7bd2eb1](7bd2eb1))
  • Loading branch information
semantic-release-bot committed Dec 2, 2021
1 parent 7bd2eb1 commit 6757764
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.4.0](https://github.com/norskeld/sigma/compare/v1.3.0...v1.4.0) (2021-12-02)


### Features

* **combinators/take:** add `takeSides` combinator ([7bd2eb1](https://github.com/norskeld/sigma/commit/7bd2eb130337a419308aaf777b75627a370c065b))

# [1.3.0](https://github.com/norskeld/sigma/compare/v1.2.0...v1.3.0) (2021-11-28)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nrsk/sigma",
"version": "1.3.0",
"version": "1.4.0",
"description": "TypeScript parser combinator library for building fast and convenient parsers.",
"main": "./index.cjs",
"module": "./index.mjs",
Expand Down

0 comments on commit 6757764

Please sign in to comment.