Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
chore(release): 1.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.3.0](v1.2.16...v1.3.0) (2019-08-03)

### Bug Fixes

* **babel:** added corejs version ([defb147](defb147))
* **babel:** extended preset-env options ([2382f57](2382f57))
* **babel:** upgraded corejs version ([dab7f25](dab7f25))

### Features

* **update:** updated versions ([3116d25](3116d25))
  • Loading branch information
semantic-release-bot committed Aug 3, 2019
1 parent c734002 commit 0a4c77e
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 6 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [1.3.0](https://github.com/basics/blueprint-npm-module/compare/v1.2.16...v1.3.0) (2019-08-03)


### Bug Fixes

* **babel:** added corejs version ([defb147](https://github.com/basics/blueprint-npm-module/commit/defb147))
* **babel:** extended preset-env options ([2382f57](https://github.com/basics/blueprint-npm-module/commit/2382f57))
* **babel:** upgraded corejs version ([dab7f25](https://github.com/basics/blueprint-npm-module/commit/dab7f25))


### Features

* **update:** updated versions ([3116d25](https://github.com/basics/blueprint-npm-module/commit/3116d25))

## [1.2.16](https://github.com/basics/blueprint-npm-module/compare/v1.2.15...v1.2.16) (2018-08-12)


Expand Down
16 changes: 11 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@js-basics/blueprint-npm-module",
"version": "1.2.16",
"version": "1.3.0",
"description": "blueprint to create npm modules",
"main": "./lib/index.js",
"directories": {
Expand Down

0 comments on commit 0a4c77e

Please sign in to comment.