Skip to content

Commit

Permalink
chore(all): prepare release 3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Sep 19, 2020
1 parent 8a173b3 commit 6ebb86c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/aurelia-i18n.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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[];
Expand Down
2 changes: 1 addition & 1 deletion 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-i18n",
"version": "3.1.3",
"version": "3.1.4",
"description": "A plugin that provides i18n support.",
"keywords": [
"aurelia",
Expand Down

0 comments on commit 6ebb86c

Please sign in to comment.