Skip to content

Commit

Permalink
build: Merge pull request #96 from tagproject/dev
Browse files Browse the repository at this point in the history
build: release v4.0.1
  • Loading branch information
Daniil Ryazanov committed Aug 19, 2023
2 parents cbf9585 + ea8e277 commit 81366b4
Show file tree
Hide file tree
Showing 5 changed files with 549 additions and 619 deletions.
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# !ignorefile-merge block-open @tagproject/base-shared-config
# ---------------------------------------------------------------
# This block generated automatically
# @see https://www.npmjs.com/package/ignorefile-merge
# ---------------------------------------------------------------

# .env
/.husky/
bin
lib
# node_modules/

# !ignorefile-merge block-close @tagproject/base-shared-config

# !ignorefile-merge block-open @tagproject/docs-shared-config
# ---------------------------------------------------------------
Expand Down
10 changes: 10 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
# !ignorefile-merge block-open @tagproject/base-shared-config
# ---------------------------------------------------------------
# This block generated automatically
# @see https://www.npmjs.com/package/ignorefile-merge
# ---------------------------------------------------------------

.config
# .env
.gitattributes
.github
.husky
.sharedconfig.yml
codecov.yml
# node_modules/

# !ignorefile-merge block-close @tagproject/base-shared-config

# !ignorefile-merge block-open @tagproject/docs-shared-config
# ---------------------------------------------------------------
Expand Down
25 changes: 3 additions & 22 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,17 @@
# Important Changes

## Engines

- Added **npm** with `>=7.7.6`
- Changed **node** from `^14.13.1 || >=16.0.0` to `>=15.14.0`

## Dependencies

<details>
<summary>Dependencies</summary>

- Changed **[standard-shared-config](https://www.npmjs.com/package/standard-shared-config)** from `5.0.0-beta.0` to `5.1.0`

</details>

<details>
<summary>Dev Dependencies</summary>

- Changed **[@tagproject/base-shared-config](https://www.npmjs.com/package/@tagproject/base-shared-config)** from `^4.0.0` to `^4.0.1`
- Bumped **[@tagproject/docs-shared-config](https://www.npmjs.com/package/@tagproject/docs-shared-config)** from `^2.0.0` to `^3.0.1`

</details>

<details>
<summary>Peer Dependencies</summary>

- Bumped **[cspell](https://www.npmjs.com/package/cspell)** from `6.x` to `7.x`
- Changed **[@tagproject/base-shared-config](https://www.npmjs.com/package/@tagproject/base-shared-config)** from `^4.0.1` to `^4.0.2`
- Changed **[@tagproject/docs-shared-config](https://www.npmjs.com/package/@tagproject/docs-shared-config)** from `^3.0.1` to `^3.0.2`

</details>

---

# Contributors

[![@keindev](https://avatars.githubusercontent.com/u/4527292?v=4&s=40)](https://github.com/keindev) [![@github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4&s=40)](https://github.com/github-actions%5Bbot%5D)
[![@keindev](https://avatars.githubusercontent.com/u/4527292?v=4&s=40)](https://github.com/keindev)
Loading

0 comments on commit 81366b4

Please sign in to comment.