diff --git a/packages/stack-core/CHANGELOG.md b/packages/stack-core/CHANGELOG.md index d2e14ff..ea1a64c 100644 --- a/packages/stack-core/CHANGELOG.md +++ b/packages/stack-core/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [0.3.13](https://github.com/factorial-io/fstack/compare/core/v0.3.12...core/v0.3.13) (2021-09-07) + + +### Bug Fixes + +* **core:** fix eslint linting other file types ([db2c212](https://github.com/factorial-io/fstack/commit/db2c212f1e3971fb474a531a85e5ecd8ba59fc85)) + ### [0.3.12](https://github.com/factorial-io/fstack/compare/core/v0.3.11...core/v0.3.12) (2021-09-01) diff --git a/packages/stack-core/package.json b/packages/stack-core/package.json index 4a274df..336ee3f 100644 --- a/packages/stack-core/package.json +++ b/packages/stack-core/package.json @@ -1,6 +1,6 @@ { "name": "@factorial/stack-core", - "version": "0.3.12", + "version": "0.3.13", "main": "index.js", "license": "MIT", "private": false,