Skip to content

Commit

Permalink
Release version 1.2.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaubrey committed Nov 26, 2023
1 parent e20032f commit c3cf15a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
#### 1.2.5 (2023-11-26)

##### New Features

* support cjs in ts config (e20032fc)

##### Bug Fixes

* typo in package json (8b134834)

#### 1.2.4 (2023-11-23)

##### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion configs/ts-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@repodog/ts-config",
"description": "The RepoDog Typescript config module.",
"version": "1.1.6",
"version": "1.1.7",
"author": "Dylan Aubrey",
"license": "MIT",
"homepage": "https://github.com/badbatch/repodog",
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": "repodog",
"version": "1.2.5",
"version": "1.2.6",
"author": "Dylan Aubrey",
"private": true,
"type": "module",
Expand Down

0 comments on commit c3cf15a

Please sign in to comment.