Skip to content

Commit

Permalink
chore(release): @ucast/sql@1.0.0-alpha.3 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Oct 17, 2020
1 parent b9309e4 commit 44b4410
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/sql/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file.

# [1.0.0-alpha.3](https://github.com/stalniy/ucast/compare/@ucast/sql@1.0.0-alpha.2...@ucast/sql@1.0.0-alpha.3) (2020-10-17)


### Features

* **esm:** adds ESM support via dual loading in package.json for latest Node.js version ([c730f95](https://github.com/stalniy/ucast/commit/c730f9598a4c62589c612403c0ac59ba4aa1600e)), closes [#10](https://github.com/stalniy/ucast/issues/10)

# [1.0.0-alpha.2](https://github.com/stalniy/ucast/compare/@ucast/sql@1.0.0-alpha.1...@ucast/sql@1.0.0-alpha.2) (2020-08-19)


Expand Down
2 changes: 1 addition & 1 deletion packages/sql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ucast/sql",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"description": "git@github.com:stalniy/ucast.git",
"main": "dist/es6c/index.js",
"es2015": "dist/es6m/index.mjs",
Expand Down

0 comments on commit 44b4410

Please sign in to comment.