Skip to content

Commit

Permalink
August 2022 Release of the APL 2022.1.1 compliant APL CLient Library
Browse files Browse the repository at this point in the history
For more details on this release refer to CHANGELOG.md

To learn about APL see: https://developer.amazon.com/docs/alexa-presentation-language/understand-apl.html
  • Loading branch information
bddufour committed Aug 26, 2022
1 parent dd8b209 commit 02f3020
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog for apl-client-library

## [2022.1.1]

### Changed

- Bug fixes

## [2022.1]

This release adds support for version 2022.1 of the APL specification.
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Alexa Presentation Language (APL) Client Library

<p>
<a href="https://github.com/alexa/apl-client-library/tree/v2022.1" alt="version">
<img src="https://img.shields.io/badge/stable%20version-2022.1-brightgreen" /></a>
<a href="https://github.com/alexa/apl-core-library/tree/v2022.1" alt="APLCore">
<img src="https://img.shields.io/badge/apl%20core%20library-2022.1-navy" /></a>
<a href="https://github.com/alexa/apl-client-library/tree/v2022.1.1" alt="version">
<img src="https://img.shields.io/badge/stable%20version-2022.1.1-brightgreen" /></a>
<a href="https://github.com/alexa/apl-core-library/tree/v2022.1.1" alt="APLCore">
<img src="https://img.shields.io/badge/apl%20core%20library-2022.1.1-navy" /></a>
</p>

## Introduction
Expand Down
2 changes: 1 addition & 1 deletion apl-client-js/index.js

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

4 changes: 2 additions & 2 deletions apl-client-js/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "apl-client",
"version": "2022.1.0",
"version": "2022.1.1",
"description": "this version supports APL 2022.1",
"repository": "hash:f11e2bf4",
"repository": "hash:5c79c33c",
"main": "index.js",
"types": "./index.d.ts"
}

0 comments on commit 02f3020

Please sign in to comment.