From 6ebb86c5ec37cd6bbbdab2589f100c4fa0999644 Mon Sep 17 00:00:00 2001 From: Rob Eisenberg Date: Sat, 19 Sep 2020 14:26:37 -0400 Subject: [PATCH] chore(all): prepare release 3.1.4 --- dist/aurelia-i18n.d.ts | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/aurelia-i18n.d.ts b/dist/aurelia-i18n.d.ts index 44cf76c3..d924ad84 100644 --- a/dist/aurelia-i18n.d.ts +++ b/dist/aurelia-i18n.d.ts @@ -3,7 +3,7 @@ import { EventAggregator } from 'aurelia-event-aggregator'; import { FrameworkConfiguration } from 'aurelia-framework'; import { Loader } from 'aurelia-loader'; import { BindingSignaler, SignalBindingBehavior } from 'aurelia-templating-resources'; -import { i18next } from 'i18next'; +import i18next from 'i18next'; export interface AureliaEnhancedOptions extends i18next.InitOptions { attributes?: string[]; diff --git a/package-lock.json b/package-lock.json index 460203d7..59e2a4e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "aurelia-i18n", - "version": "3.1.3", + "version": "3.1.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c91c91a8..479a308f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aurelia-i18n", - "version": "3.1.3", + "version": "3.1.4", "description": "A plugin that provides i18n support.", "keywords": [ "aurelia",