Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.4...v1.1.0) (2020-09-04)

### Bug Fixes

* **mapping:** subfolders are now correctly mapped to component-keys ([c77b0da](c77b0da))

### Features

* **api:** you can now add custom routes to the backend api ([ae8a8a2](ae8a8a2))
  • Loading branch information
semantic-release-bot committed Sep 4, 2020
1 parent c77b0da commit f8ce845
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.1.0](https://github.com/e-Spirit/fsxa-nuxt-module/compare/v1.0.4...v1.1.0) (2020-09-04)


### Bug Fixes

* **mapping:** subfolders are now correctly mapped to component-keys ([c77b0da](https://github.com/e-Spirit/fsxa-nuxt-module/commit/c77b0da26e5ef2a61b3ae8be868036a97abf4887))


### Features

* **api:** you can now add custom routes to the backend api ([ae8a8a2](https://github.com/e-Spirit/fsxa-nuxt-module/commit/ae8a8a2ce5741dbd5a8e3ba942cfc565a58e5014))

## [1.0.4](https://github.com/e-Spirit/fsxa-nuxt-module/compare/v1.0.3...v1.0.4) (2020-08-31)


Expand Down
2 changes: 1 addition & 1 deletion 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": "fsxa-nuxt-module",
"version": "1.0.4",
"version": "1.1.0",
"description": "",
"main": "./dist/module/index.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit f8ce845

Please sign in to comment.