Skip to content

Commit

Permalink
chore(release): 2.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.1.0](v2.0.0...v2.1.0) (2020-04-01)

### Features

* [#17](#17) remove gulp dependency ([bbece56](bbece56))
* [#24](#24) remove local token support ([598f6c2](598f6c2))
* [#25](#25) automate dependency package versions ([ee63b6a](ee63b6a))
* [#27](#27) custom namespace support ([ba605fc](ba605fc))
  • Loading branch information
semantic-release-bot committed Apr 1, 2020
1 parent ba605fc commit 5dc4c3b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Semantic Release Automated Changelog

# [2.1.0](https://github.com/AlaskaAirlines/WC-Generator/compare/v2.0.0...v2.1.0) (2020-04-01)


### Features

* [#17](https://github.com/AlaskaAirlines/WC-Generator/issues/17) remove gulp dependency ([bbece56](https://github.com/AlaskaAirlines/WC-Generator/commit/bbece56a1e7dad90c37eeb84e12df07a20f6af14))
* [#24](https://github.com/AlaskaAirlines/WC-Generator/issues/24) remove local token support ([598f6c2](https://github.com/AlaskaAirlines/WC-Generator/commit/598f6c2303c2efdae8f559ef3258ac0ae9dde236))
* [#25](https://github.com/AlaskaAirlines/WC-Generator/issues/25) automate dependency package versions ([ee63b6a](https://github.com/AlaskaAirlines/WC-Generator/commit/ee63b6a9075f51f97a883c5d730ccd9aab3b20ee))
* [#27](https://github.com/AlaskaAirlines/WC-Generator/issues/27) custom namespace support ([ba605fc](https://github.com/AlaskaAirlines/WC-Generator/commit/ba605fc6c4d0da735080a9c767b759e4ccf6f95e))

# [2.0.0](https://github.com/AlaskaAirlines/WC-Generator/compare/v1.1.3...v2.0.0) (2020-02-28)


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": "@alaskaairux/wc-generator",
"version": "2.0.0",
"version": "2.1.0",
"description": "Boilerplate generator for Auro Web Components",
"main": "index.js",
"files": [
Expand Down

0 comments on commit 5dc4c3b

Please sign in to comment.