Skip to content

Commit b00a2de

Browse files
chore(all): prepare release 3.1.3
1 parent 478df9f commit b00a2de

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

build/build.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import packageJson from '../package.json';
55
import { IRollupWatchOptions } from './interfaces';
66
import * as path from 'path';
77
import ChildProcess from 'child_process';
8-
import * as fs from 'fs';
98

109
const BASE_DIR = process.cwd();
1110
const DIST_DIR = path.join(BASE_DIR, 'dist');

doc/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
<a name="3.1.3"></a>
2+
## [3.1.3](https://github.com/aurelia/i18n/compare/3.1.2...3.1.3) (2020-09-14)
3+
4+
5+
16
<a name="3.1.2"></a>
27
## [3.1.2](https://github.com/aurelia/i18n/compare/3.1.1...3.1.2) (2020-09-08)
38

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aurelia-i18n",
3-
"version": "3.1.2",
3+
"version": "3.1.3",
44
"description": "A plugin that provides i18n support.",
55
"keywords": [
66
"aurelia",

0 commit comments

Comments
 (0)