diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bcb85c..6e9182b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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. +### [2.3.1](https://github.com/peerigon/parse-domain/compare/v2.3.0...v2.3.1) (2019-06-14) + + +### Bug Fixes + +* TypeScript definition not available on npm module ([2f4684c](https://github.com/peerigon/parse-domain/commit/2f4684c)), closes [#73](https://github.com/peerigon/parse-domain/issues/73) +* updatedAt timestamp breaks bundle caching ([#75](https://github.com/peerigon/parse-domain/issues/75), [#60](https://github.com/peerigon/parse-domain/issues/60)) ([27199d5](https://github.com/peerigon/parse-domain/commit/27199d5)) + + + ## [2.3.0](https://github.com/peerigon/parse-domain/compare/v2.2.1...v2.3.0) (2019-05-29) diff --git a/package-lock.json b/package-lock.json index e865f62..036d02f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "parse-domain", - "version": "2.3.0", + "version": "2.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3311f6f..fdb3011 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parse-domain", - "version": "2.3.0", + "version": "2.3.1", "description": "Splits an url into sub-domain, domain and effective top-level-domain", "main": "./lib/parseDomain.js", "types": "./src/index.d.ts",