Skip to content

Commit

Permalink
chore(release): 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.2.0](v1.1.0...v1.2.0) (2023-07-29)

### Features

* added locale source for strings ([#15](#15)) ([ecf390b](ecf390b))
  • Loading branch information
semantic-release-bot committed Jul 29, 2023
1 parent ecf390b commit cb36d7e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.2.0](https://github.com/GonzaloHirsch/alexa-skill-movie-integrations/compare/v1.1.0...v1.2.0) (2023-07-29)


### Features

* added locale source for strings ([#15](https://github.com/GonzaloHirsch/alexa-skill-movie-integrations/issues/15)) ([ecf390b](https://github.com/GonzaloHirsch/alexa-skill-movie-integrations/commit/ecf390b0f83630793ac21f4106a03d562fc4ee01))

# [1.1.0](https://github.com/GonzaloHirsch/alexa-skill-movie-integrations/compare/v1.0.11...v1.1.0) (2023-07-26)


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": "alexa-skill-movie-integrations",
"version": "1.1.0",
"version": "1.2.0",
"description": "Source code for an Alexa skill that interacts with The Movie DB API in order to provide a service to look up stream locations based on the device country.",
"main": "src/index.js",
"private": true,
Expand Down

0 comments on commit cb36d7e

Please sign in to comment.