Skip to content

Commit

Permalink
chore(release): 1.10.0
Browse files Browse the repository at this point in the history
# [1.10.0](v1.9.2...v1.10.0) (2022-03-23)

### Features

* esm support ([#391](#391)) ([243b498](243b498))

[skip ci]
  • Loading branch information
semantic-release-bot committed Mar 23, 2022
1 parent 243b498 commit c24e642
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.10.0](https://github.com/hongaar/bandersnatch/compare/v1.9.2...v1.10.0) (2022-03-23)


### Features

* esm support ([#391](https://github.com/hongaar/bandersnatch/issues/391)) ([243b498](https://github.com/hongaar/bandersnatch/commit/243b4988f9527000d3f9ff1d7ca57a5f94dba7bb))

## [1.9.2](https://github.com/hongaar/bandersnatch/compare/v1.9.1...v1.9.2) (2022-03-22)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bandersnatch",
"description": "Simple TypeScript CLI / REPL framework",
"version": "1.9.2",
"version": "1.10.0",
"repository": {
"type": "git",
"url": "https://github.com/hongaar/bandersnatch.git"
Expand Down Expand Up @@ -81,4 +81,4 @@
"tsd": {
"directory": "tests/types"
}
}
}

0 comments on commit c24e642

Please sign in to comment.