# PostHog Node.js Library [![npm package](https://img.shields.io/npm/v/posthog-node?style=flat-square)](https://www.npmjs.com/package/posthog-node) [![MIT License](https://img.shields.io/badge/License-MIT-red.svg?style=flat-square)](https://opensource.org/licenses/MIT) Please see [PostHog Docs](https://posthog.com/docs). Specifically, [Node.js library details](https://posthog.com/docs/libraries/node). ## Releasing a new version Just bump up `version` in `package.json` on the main branch and the new version will be published automatically. It's advised to use `bump patch/minor/major` label on PRs - that way the above will be done automatically when the PR is merged. Courtesy of GitHub Actions. ## Thanks This library is largely based on the `analytics-node` package. ## Questions? ### [Join our Slack community.](https://posthog.com/slack)