Skip to content

Commit

Permalink
Merge pull request #1 from Arakiss/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
Arakiss authored Aug 26, 2024
2 parents 4e7cb32 + b4c1802 commit 653a5a9
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/fluffy-adults-argue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-goats-arrive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-bugs-dress.md

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# nexlog

## 3.1.0

### Minor Changes

- a1edd67: implement changesets and update CI/CD

### Patch Changes

- fc52b68: update release ci/cd process
- a1edd67: implement changesets and update CI/CD
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nexlog",
"version": "3.0.3",
"version": "3.1.0",
"description": "A simple and effective logging library for Next.js, compatible with server, browser, and edge environments.",
"type": "module",
"main": "./dist/index.js",
Expand All @@ -15,7 +15,9 @@
"types": "./dist/react/logger-provider.d.ts"
}
},
"files": ["dist"],
"files": [
"dist"
],
"sideEffects": false,
"scripts": {
"test": "bun test",
Expand Down

0 comments on commit 653a5a9

Please sign in to comment.