From 9f11df066059bcec7f6a311776e3e1e950e09e0d Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Thu, 7 Apr 2022 15:49:57 +0200 Subject: [PATCH] chore(release): 1.2.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 829cd4b..93a464a 100644 --- a/CHANGELOG.md +++ b/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. +### [1.2.1](https://github.com/unjs/rc9/compare/v1.2.0...v1.2.1) (2022-04-07) + + +### Bug Fixes + +* use `XDG_CONFIG_HOME` for `writeUser` and `updateUser` ([5c1f7a9](https://github.com/unjs/rc9/commit/5c1f7a9873302b9ae04bf2eb979a315caaa4ce96)) + ## [1.2.0](https://github.com/unjs/rc9/compare/v1.1.0...v1.2.0) (2020-11-25) diff --git a/package.json b/package.json index 2c039a5..c84f22e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rc9", - "version": "1.2.0", + "version": "1.2.1", "description": "Read/Write config couldn't be easier!", "repository": "unjs/rc9", "license": "MIT",