Skip to content

Commit

Permalink
chore(release): release 1.4.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.4.1](v1.4.0...v1.4.1) (2022-01-02)

### Bug Fixes

* mark package as side-effect-free ([e2f7327](e2f7327))
  • Loading branch information
semantic-release-bot committed Jan 2, 2022
1 parent 60ac350 commit 4c431ec
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.1](https://github.com/norskeld/sigma/compare/v1.4.0...v1.4.1) (2022-01-02)


### Bug Fixes

* mark package as side-effect-free ([e2f7327](https://github.com/norskeld/sigma/commit/e2f7327cddfb90e0599f833e119ad2252964e55c))

# [1.4.0](https://github.com/norskeld/sigma/compare/v1.3.0...v1.4.0) (2021-12-02)


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.4.0",
"version": "1.4.1",
"description": "TypeScript parser combinator library for building fast and convenient parsers.",
"sideEffects": false,
"main": "./index.cjs",
Expand Down

0 comments on commit 4c431ec

Please sign in to comment.