Socket
Socket
Sign inDemoInstall

ember-cli-qunit

Package Overview
Dependencies
Maintainers
6
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-qunit - npm Package Compare versions

Comparing version 4.3.0 to 4.3.1

12

CHANGELOG.md
# Change Log
## v4.3.1 (2018-02-11)
#### :rocket: Enhancement
* [#204](https://github.com/ember-cli/ember-cli-qunit/pull/204) Update dependencies to latest versions. ([@rwjblue](https://github.com/rwjblue))
#### :house: Internal
* [#200](https://github.com/ember-cli/ember-cli-qunit/pull/200) Update RELEASE.md for lerna-changelog & travis deploy. ([@kategengler](https://github.com/kategengler))
#### Committers: 2
- Katie Gengler ([kategengler](https://github.com/kategengler))
- Robert Jackson ([rwjblue](https://github.com/rwjblue))
## v4.3.0 (2018-01-17)

@@ -4,0 +16,0 @@

6

package.json
{
"name": "ember-cli-qunit",
"version": "4.3.0",
"version": "4.3.1",
"description": "QUnit testing package for ember-cli applications",

@@ -30,4 +30,4 @@ "keywords": [

"dependencies": {
"ember-cli-babel": "^6.8.1",
"ember-qunit": "^3.3.0"
"ember-cli-babel": "^6.11.0",
"ember-qunit": "^3.3.1"
},

@@ -34,0 +34,0 @@ "devDependencies": {

@@ -7,11 +7,11 @@ # Release Process

First, we need to update the `CHANGELOG.md` file for the project. We do this via the [GitHub Changelog Generator](https://github.com/skywinder/github-changelog-generator/), using the following command:
First, we need to update the `CHANGELOG.md` file for the project. We do this via the [lerna-changelog](https://github.com/lerna/lerna-changelog). This requires all PRs to be labeled appropriately. Use the following command to generate the changelog from the most recent tag:
```bash
github_changelog_generator --future-release vx.x.x
yarn changelog
```
Where you replace the `x.x.x` with the appropriate version you are publishing.
Copy the output into `CHANGELOG.md`, where you replace the `Unreleased` with the appropriate version you are publishing.
_Note: Ensure you set up a [GitHub Token](https://github.com/skywinder/github-changelog-generator/#github-token) when using the changelog generator, or else it will not work properly._
_Note: Ensure you set up a GitHub Token when using the changelog generator, or else it will not work properly._

@@ -32,16 +32,5 @@ Review the changes and then commit them with a message like:

That should bump the version in `package.json`, commit it, and then tag it.
That should bump the version in `package.json`, commit it, and then tag it. Be sure to push the commit and tag.
Next, push the version bump and the changelog changes to the repository.
## Publish The Release
Once the changes have been pushed, run:
```bash
npm publish
```
To actually publish the new release.
Finally, update the [GitHub Releases page](https://github.com/ember-cli/ember-cli-qunit/releases) with a new release; using the changelog info as the release notes.
## Publish
Next, push the version bump and the changelog changes to the repository. Upon successful build of the tag, Travis CI will publish to `npm`.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc