Skip to content

Commit

Permalink
Merge pull request #4 from 6degrees/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
mo9a7i authored Apr 7, 2023
2 parents 3d8ccdd + 66b7bb2 commit 5f6d7f9
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 19 deletions.
14 changes: 0 additions & 14 deletions .changeset/popular-trainers-play.md

This file was deleted.

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

## 2.4.0

### Minor Changes

- 3d8ccdd: # Change Typescript CI/CD Workflow

## Change Summary 📔

In this push, I'm trying:

- Changeset
- PNPM
- TSUP
- New Github Actions
24 changes: 19 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swarmapp-api",
"version": "2.3.7",
"version": "2.4.0",
"description": "A javascript wrapper for swarmapp (foursquare) API",
"main": "lib/index.js",
"module": "lib/index.mjs",
Expand All @@ -11,11 +11,25 @@
"lint": "tsc",
"build": "pnpm run clean && tsup src/index.ts --format cjs,esm --dts"
},
"repository": {"type": "git", "url": "git+https://github.com/6degrees/swarmapp-api.git"},
"keywords": ["api","javascript","js","swarm","swarmapp","foursquare","wrapper","checkin"],
"repository": {
"type": "git",
"url": "git+https://github.com/6degrees/swarmapp-api.git"
},
"keywords": [
"api",
"javascript",
"js",
"swarm",
"swarmapp",
"foursquare",
"wrapper",
"checkin"
],
"author": "Mohannad F. Otaibi",
"license": "ISC",
"bugs": {"url": "https://github.com/6degrees/swarmapp-api/issues"},
"bugs": {
"url": "https://github.com/6degrees/swarmapp-api/issues"
},
"homepage": "https://github.com/6degrees/swarmapp-api#readme",
"dependencies": {
"axios": "^0.26.1",
Expand All @@ -29,5 +43,5 @@
"shx": "^0.3.4",
"tsup": "^6.7.0",
"typescript": "^5.0.3"
}
}
}

0 comments on commit 5f6d7f9

Please sign in to comment.