Skip to content

Commit

Permalink
chore(release): 1.2.0
Browse files Browse the repository at this point in the history
# [1.2.0](v1.1.0...v1.2.0) (2020-10-22)

### Bug Fixes

* fix build and remove some dead code ([5981e1d](5981e1d))
* **media:** fix vue type warnings when prop is undefined or null ([a696967](a696967))

### Features

* **media:** add state of country, state of tl views and state of tl filter ([c473cf4](c473cf4))
* **media:** replace mediumType text with icon ([0869a7e](0869a7e))
* **media:** sort Media alphabetically by title ([2be6be3](2be6be3))
* **mediumdetail:** add content to mediumDetail ([f09acba](f09acba))
  • Loading branch information
semantic-release-bot committed Oct 22, 2020
1 parent 9198013 commit 59a4a7f
Show file tree
Hide file tree
Showing 3 changed files with 179 additions and 124 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [1.2.0](https://github.com/mytlogos/enterprise-lister/compare/v1.1.0...v1.2.0) (2020-10-22)


### Bug Fixes

* fix build and remove some dead code ([5981e1d](https://github.com/mytlogos/enterprise-lister/commit/5981e1d97c5e568dda7395691e96e2a53cb1a302))
* **media:** fix vue type warnings when prop is undefined or null ([a696967](https://github.com/mytlogos/enterprise-lister/commit/a6969672234aea4af2e3384ff3009456a508df18))


### Features

* **media:** add state of country, state of tl views and state of tl filter ([c473cf4](https://github.com/mytlogos/enterprise-lister/commit/c473cf43a895ddd901d9a820eaea095abbc9fad1))
* **media:** replace mediumType text with icon ([0869a7e](https://github.com/mytlogos/enterprise-lister/commit/0869a7e9af12a11cdd629f136ff46b676220509c))
* **media:** sort Media alphabetically by title ([2be6be3](https://github.com/mytlogos/enterprise-lister/commit/2be6be31f243db06beb5461509879ba9bb58eb4c))
* **mediumdetail:** add content to mediumDetail ([f09acba](https://github.com/mytlogos/enterprise-lister/commit/f09acba0be4902f96f1b80950fb7caf58dda317c))

# [1.1.0](https://github.com/mytlogos/enterprise-lister/compare/v1.0.1...v1.1.0) (2020-10-19)


Expand Down
285 changes: 162 additions & 123 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": "enterprise-other",
"version": "1.1.0",
"version": "1.2.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down

0 comments on commit 59a4a7f

Please sign in to comment.