Skip to content

Commit d998db7

Browse files
committed
Patch release to fix typing bugs. Only patch as it's more permissive than before.
1 parent 03f884d commit d998db7

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

fluent-langneg/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## @fluent/langneg 0.5.1 (April 9, 2021)
4+
5+
- Better TypeScript annotations. (#525)
6+
7+
Make array arguments read-only, and expose options type.
8+
9+
310
## @fluent/langneg 0.5.0 (July 2, 2020)
411

512
- Remove the `compat.js` build and compile everything to ES2018. (#472)

fluent-langneg/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fluent-langneg/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@fluent/langneg",
33
"description": "Language Negotiation API for Fluent",
4-
"version": "0.5.0",
4+
"version": "0.5.1",
55
"homepage": "https://projectfluent.org",
66
"author": "Mozilla <[email protected]>",
77
"license": "Apache-2.0",

0 commit comments

Comments
 (0)