Skip to content
This repository has been archived by the owner on Jan 5, 2019. It is now read-only.

Commit

Permalink
Version 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Jun 1, 2018
1 parent fff66af commit ff13671
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/eps1lon/poe-i18n/compare/v0.9.0...HEAD)
## [Unreleased](https://github.com/eps1lon/poe-i18n/compare/v0.9.1...HEAD)

## [0.9.1](https://github.com/eps1lon/poe-i18n/compare/v0.9.0...v0.9.1) (2018-05-30)
### Fixed
- Unexpected token when using CommonJS format.

## [0.9.0](https://github.com/eps1lon/poe-i18n/compare/v0.8.0...v0.9.0) (2018-05-30)
### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "poe-i18n",
"version": "0.9.0",
"version": "0.9.1",
"description": "i18n utility for Path of Exile",
"main": "dist/cjs/index.js",
"types": "dist/cjs/index.d.ts",
Expand Down

0 comments on commit ff13671

Please sign in to comment.