Skip to content

Commit

Permalink
chore(release): release 3.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.1.0](v3.0.0...v3.1.0) (2022-10-08)

### Bug Fixes

* **scripts:** move tsm back ([cf899d0](cf899d0))

### Features

* **build:** finalize tsup setup with multiple options for build ([d9a54a8](d9a54a8))
* **build:** introduce tsup, simplify build, make package a module ([e803455](e803455))
* **chore:** cleanup packages and files ([6cd7146](6cd7146))
* **vitest:** add vitest, aliasing, cleanup uvu deps ([a4883a3](a4883a3))
  • Loading branch information
semantic-release-bot committed Oct 8, 2022
1 parent 5509441 commit 4472a6d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [3.1.0](https://github.com/norskeld/sigma/compare/v3.0.0...v3.1.0) (2022-10-08)


### Bug Fixes

* **scripts:** move tsm back ([cf899d0](https://github.com/norskeld/sigma/commit/cf899d0c2d495ec7e8ded8a992c50548a671b183))


### Features

* **build:** finalize tsup setup with multiple options for build ([d9a54a8](https://github.com/norskeld/sigma/commit/d9a54a86f8f8856b7c76c3385df86dbdbcaa75e7))
* **build:** introduce tsup, simplify build, make package a module ([e803455](https://github.com/norskeld/sigma/commit/e803455d24909769096d04b699bfe4f5e28e101b))
* **chore:** cleanup packages and files ([6cd7146](https://github.com/norskeld/sigma/commit/6cd714630e29cc9bb06bf6919c41ae46996850ef))
* **vitest:** add vitest, aliasing, cleanup uvu deps ([a4883a3](https://github.com/norskeld/sigma/commit/a4883a35a62d541e50e32634a341000a96b28e5a))

# [3.0.0](https://github.com/norskeld/sigma/compare/v2.10.0...v3.0.0) (2022-10-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": "3.0.0",
"version": "3.1.0",
"description": "TypeScript parser combinator library for building fast and convenient parsers.",
"sideEffects": false,
"main": "./index.cjs",
Expand Down

1 comment on commit 4472a6d

@vercel
Copy link

@vercel vercel bot commented on 4472a6d Oct 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.