diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 2c35d8af..b9a3b136 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -7,7 +7,7 @@ jobs: release-please: runs-on: ubuntu-latest steps: - - uses: bcoe/release-please-action@v2.1.0 + - uses: bcoe/release-please-action@v2.5.5 id: release with: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d85a890..19f14b02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [5.0.3](https://www.github.com/yargs/y18n/compare/v5.0.2...v5.0.3) (2020-10-16) + + +### Bug Fixes + +* **exports:** node 13.0-13.6 require a string fallback ([#103](https://www.github.com/yargs/y18n/issues/103)) ([e39921e](https://www.github.com/yargs/y18n/commit/e39921e1017f88f5d8ea97ddea854ffe92d68e74)) + ### [5.0.2](https://www.github.com/yargs/y18n/compare/v5.0.1...v5.0.2) (2020-10-01) diff --git a/package.json b/package.json index 424f8638..9854a5bd 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,14 @@ { "name": "y18n", - "version": "5.0.2", + "version": "5.0.3", "description": "the bare-bones internationalization library used by yargs", - "exports": { - "import": "./index.mjs", - "require": "./build/index.cjs" - }, + "exports": [ + { + "import": "./index.mjs", + "require": "./build/index.cjs" + }, + "./build/index.cjs" + ], "type": "module", "module": "./build/lib/index.js", "keywords": [ @@ -41,7 +44,7 @@ "c8": "^7.3.0", "chai": "^4.0.1", "cross-env": "^7.0.2", - "gts": "^2.0.2", + "gts": "^3.0.0", "mocha": "^8.0.0", "rimraf": "^3.0.2", "rollup": "^2.26.10", pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy