Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Patch release to fix typing bugs. Only patch as it's more
permissive than before.
  • Loading branch information
Pike committed Apr 9, 2021
1 parent 03f884d commit d998db7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions fluent-langneg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## @fluent/langneg 0.5.1 (April 9, 2021)

- Better TypeScript annotations. (#525)

Make array arguments read-only, and expose options type.


## @fluent/langneg 0.5.0 (July 2, 2020)

- Remove the `compat.js` build and compile everything to ES2018. (#472)
Expand Down
2 changes: 1 addition & 1 deletion fluent-langneg/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 fluent-langneg/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fluent/langneg",
"description": "Language Negotiation API for Fluent",
"version": "0.5.0",
"version": "0.5.1",
"homepage": "https://projectfluent.org",
"author": "Mozilla <[email protected]>",
"license": "Apache-2.0",
Expand Down

0 comments on commit d998db7

Please sign in to comment.