Skip to content

Commit

Permalink
chore(master): release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mapcolonies-devops committed Dec 25, 2024
1 parent f26ea3a commit 8f32f48
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [2.0.0](https://github.com/MapColonies/config/compare/v1.3.2...v2.0.0) (2024-12-25)


### ⚠ BREAKING CHANGES

* added engine setting to package.json ([#24](https://github.com/MapColonies/config/issues/24))

### Features

* moved to common tsconfig package ([#26](https://github.com/MapColonies/config/issues/26)) ([f26ea3a](https://github.com/MapColonies/config/commit/f26ea3a2d2c7c64a2b32870b54295be7ba88d6a1))


### Build System

* added engine setting to package.json ([#24](https://github.com/MapColonies/config/issues/24)) ([521ebb4](https://github.com/MapColonies/config/commit/521ebb4df4ae5c91c5c5789f4fa8fa38567e93ff))

## [1.3.2](https://github.com/MapColonies/config/compare/v1.3.1...v1.3.2) (2024-12-11)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@map-colonies/config",
"version": "1.3.2",
"version": "2.0.0",
"description": "Config package for MapColonies with support for central config management",
"main": "dist/index.js",
"exports": {
Expand Down

0 comments on commit 8f32f48

Please sign in to comment.