diff --git a/packages/pkg/CHANGELOG.md b/packages/pkg/CHANGELOG.md index f98a2d94..d79d3f8d 100644 --- a/packages/pkg/CHANGELOG.md +++ b/packages/pkg/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.4.2](https://github.com/rx-ts/prettier/compare/prettier-plugin-pkg@0.4.1...prettier-plugin-pkg@0.4.2) (2019-09-24) + + +### Bug Fixes + +* **prettier-plugin-pkg:** better or stricter types support ([f9328a3](https://github.com/rx-ts/prettier/commit/f9328a3)) + + + + + ## [0.4.1](https://github.com/rx-ts/prettier/compare/prettier-plugin-pkg@0.4.0...prettier-plugin-pkg@0.4.1) (2019-09-24) diff --git a/packages/pkg/package.json b/packages/pkg/package.json index c7c4c494..3f78735d 100644 --- a/packages/pkg/package.json +++ b/packages/pkg/package.json @@ -1,6 +1,6 @@ { "name": "prettier-plugin-pkg", - "version": "0.4.1", + "version": "0.4.2", "description": "An opinionated package.json formatter plugin for Prettier", "repository": "git@github.com/rx-ts/prettier.git", "homepage": "https://github.com/rx-ts/prettier/blob/master/packages/pkg",